Skip to content
Public Ticket #30254

Hide Sidebar in Mobile View

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width: 767px){
  #sidebar {
    display: none;
  }
}

Regards,
PenciDesign.

vehuel started the conversation

Conversation Start

Hi,

is possibile to hide the right sidebar only in mobile view?

thanks

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