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

Comments

  • Giuliawebdesign started the conversation

    Hi, I'd like to hide the Homepage main sidebar just on mobile, is it possible?

  •  2,699
    PenciDesign replied

    Hi,

    You can try adding more this code to Customize > Custom CSS to do that:

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

    Best Regards,

    PenciDesign

  • Giuliawebdesign replied

    It works perfectly! Thanks!