Skip to content
Public Ticket #2786

widget in mobile

Conversation thread

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

badboy79 started the conversation

Conversation Start

how i can hide right sidebar o part of this in device mobile ?

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