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 #1621209
Hide all but one widget in mobile
Closed

Comments

  • Georg started the conversation

    Hi,

    I would like to hide the widgets in the mobile version. But not all widgets. I would like to keep the mailchimp Sign Up Form.

    Thank you and best regards,

    Georg

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

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

    Best Regards,

    PenciDesign