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 #3782284
Hide Sidebar in Mobile View
Closed

Comments

  •  1
    vehuel started the conversation

    Hi,

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

    thanks

  •  2,727
    PenciDesign replied

    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.