Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3733798
Sidebar Article Pages - Mobile
Open

Comments

  •  3
    AlbertCrane4 started the conversation

    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. 

  •  2,540
    PenciDesign replied

    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.