Comments Son started the conversationJuly 20, 2018 at 7:44amHow to remove sidebar on mobile view? 2,700PenciDesign repliedJuly 20, 2018 at 8:27amHi,To do that, please add more this code to Customize > Custom CSS: @media only screen and (max-width: 768px){ .penci-sidebar-content{ display: none; } } Best Regards,PenciDesign Sign in to reply ...
How to remove sidebar on mobile view?
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign