New Landing How can we help? Themeforest Theme Support Neighborhood Top bar disappears on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • #322937
    izonemarketing
    Member
    Post count: 1

    How can I stop the top bar from being disabled on mobile?

    #323137
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 767px) {
    #top-bar .tb-left, 
    #top-bar .tb-right {
        display: block;
    }
    }
    
    #323142
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media only screen and (max-width: 767px){
       #top-bar .tb-left, #top-bar .tb-right {
           display: block!important;
       }
    }

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register