Comments Michal started the conversationJanuary 11, 2020 at 4:33pmhi,How do I disable the main sidebar on mobile?Michal 2,700PenciDesign repliedJanuary 12, 2020 at 7:40amHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 479px) { .penci-sidebar-content{ display: none; } } Best Regards,PenciDesign Sign in to reply ...
hi,
How do I disable the main sidebar on mobile?
Michal
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign