New Landing How can we help? Themeforest Theme Support Flexform Disable Top Menu in Mobile Display Only?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #107510
    jhowe-sgs
    Member

    We recently deployed our new website using the Flexform theme. Some users don’t like the top menu display in mobile. Is there a way to disable the display of the top menu ( and maybe social icons ) when viewing the site via a mobile phone?

    Thanks!

    #107816
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Put this in the Custom CSS in Theme Options.

    @media only screen 
    and (min-width : 320px) 
    and (max-width : 480px) {
    #top-bar { display: none; }
    }

    Let us know,

    Thanks,
    laranz.

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

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

License required for one of the following items
Login and Registration Log in · Register