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 #1552322
How to hide sidebar widgets on mobile devices
Closed

Comments

  • Son started the conversation

    How to hide sidebar widgets on mobile devices?

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 480px){
    .penci-sidebar-content{ display: none; }
    .container.penci_sidebar #main{ margin-bottom: 20px; } }

    Best Regards,

    PenciDesign