New Landing How can we help? Themeforest Theme Support Flexform Hide secondary menu on mobile / small resolution

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #4083
    douglance
    Member
    Post count: 12

    My secondary menu shows up in the mobile view and is entirely useless at that resolution. I’d prefer to remove it or move it.

    I think I need to add a new class for just the secondary menu and then use CSS to move it around.

    I need a bit of assistance to get that done properly. Thanks.

    #4199
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    If you want to hide the menu at the top, before the social icons on mobile devices, add this custom CSS in the theme options:

    @media screen and (max-width: 320px) {
    
    .visible-phone {
        display: none !important;
    }
    
    }

    That will stop it from showing on all screens that are 320px or less in width. Adjust as needed.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #9005
    aliossi
    Member
    Post count: 37

    Hello,

    is it any possible to turn off the top menu bar only for mobile? The code mentionend above behaves somehow strange. I have used the code, but deleted it afterwards. After that, i reused the code and this time disappeared both the main and the secondary menu. That occurs only in portrait format and doesnt work at all in landscape

    #9009
    Ben – SUPPORT
    Member
    Post count: 690

    Are you looking to hide the top navigation, the grey one

    and continue to show the black one?

    Thanks
    Ben

    #9017
    aliossi
    Member
    Post count: 37

    Wich black one? But exactly, The only thing i try to do is to hide the top menu above the logo for mobile-phones and to show only the main menu which located underneath the logo.

    thx

    #9023
    Ben – SUPPORT
    Member
    Post count: 690

    I assumed so 🙂

     
    @media screen and (max-width: 320px) {
    
    #top-bar .visible-phone {
        display: none !important;
    }
    
    }
    

    Will sort it out

    Thanks
    Ben

Viewing 6 posts - 1 through 6 (of 6 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