Skip to content
Public Ticket #2477

How to hide sidebar widgets on mobile devices

Conversation thread

PenciDesign replied

Staff Reply

Hi,

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

Son Tran Thai started the conversation

Conversation Start

How to hide sidebar widgets on mobile devices?

Want to join this conversation or access attachments? Sign in first.