Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    @media (max-width:768px) {
        .null-instagram-feed {
            display: none;
        }
    }

    in the box.

    This will hide instagram widget from everywhere while in mobile.

    Let me know if this helps

    Thread Starter elaineedgson13

    (@elaineedgson13)

    Hi,
    Thanks for this, this does hide both instagram feeds. I’m just wanting to hide the side bar feed but not the footer feed as they just look messy on top of each other in mobile. is this possible?

    Hi there,
    since you want to keep the footer widget you can add this instead

    @media (max-width:768px) {
        .sidebar .null-instagram-feed {
            display: none;
        }
    }

    Let me know if this helps

    Thread Starter elaineedgson13

    (@elaineedgson13)

    This worked great, thanks!

    You are welcome! I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Deactivate instagram sidebar widget for mobile display’ is closed to new replies.