New Landing How can we help? Themeforest Theme Support Dante Hiding Specific Widget Sidebars on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #166977
    tsimarketing
    Member
    Post count: 267

    Is there a custom CSS that I can use to hide specific widget sidebars on mobile view? I have a “sidebar one” widget on my homepage that I would like to hide on mobile view. I found some css codes on your forum for hiding all widget sidebars on mobile, but I don’t want to hide them all, I only want to hide specific ones.

    #166981
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one for the widget in the homepage. I’m afraid it needs to be analyzed in each different situation.

    
    @media only screen and (max-width: 767px){
    .home .spb_sidebar_widget{
    display:none;
    }
    }

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.