PenciDesign replied
Staff Reply
Hi,
If you want to hide sidebar on mobile, please add more this code to Customize > Custom CSS:
\
@media only screen and (max-width: 769px){\
.penci-sidebar-content{ display: none; }\
}Best Regards,
PenciDesign