Comments Son started the conversationApril 24, 2018 at 12:00pmHow to hide sidebar widgets on mobile devices? 2,699PenciDesign repliedApril 24, 2018 at 3:30pmHi,To do that, please add more this code to Customize > Custom CSS: @media only screen and (max-width: 480px){ .penci-sidebar-content{ display: none; }.container.penci_sidebar #main{ margin-bottom: 20px; } }Best Regards,PenciDesign Sign in to reply ...
How to hide sidebar widgets on mobile devices?
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign