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 #1648404
Sidebar
Closed

Comments

  • Son started the conversation

    How to remove sidebar on mobile view?

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 768px){
    .penci-sidebar-content{ display: none; }
    }
    

    Best Regards,

    PenciDesign