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 #1763818
Hide widgets on mobile version
Closed

Comments

  • Annikavb started the conversation

    Hi there,

    I would like to hide some widgets in the mobile version, but also keep some 
    I would like to keep:

    • .Soledad About Me
    • .Soledad Popular Posts
    • Footer instagram: instagram slider ----> NOT the instagram option in the SIDEBAR
    • Footer signupform MailChimp 

    Thank you and kind regards,

    Annika

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 769px){
        .penci-sidebar-content .widget.widget_tag_cloud,
        .penci-sidebar-content .widget.jr-insta-slider,
        .penci-sidebar-content .widget.penci_facebook_widget,
        .penci-sidebar-content .widget.penci_social_widget{
            display: none;
        }
    }
    

    Best Regards,

    PenciDesign

  • Annikavb replied

    Worked! Thanks.