Skip to content
Public Ticket #29668

Sidebar Article Pages - Mobile

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) {
  body.single #sidebar {
    display: none;
  }
}

Regards,
PenciDesign.

AlbertCrane4 started the conversation

Conversation Start

Hi, 

Am i able to remove the sidebar from mobile pages on article pages? I'm not able to see that in the widget section. 

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