Home Forums Exoplanet Menu problems – chamber.umbrellahost.net

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #815
    Gary Piland
    Participant

    We’re pulling our hair out over this menu issue. We even bought the pro version, but it has the same problem.

    When we scroll a page, the width of the dropdown menus goes very narrow. This overrides UmberMenu settings rendering the menu unusable on mobile devices.

    Please tell us how to fix this. Thanks!

    #816
    Gary Piland
    Participant

    The site is: chamber.umbrellahost.net

    #817
    Gary Piland
    Participant

    Thanks for your help!

    #820
    Gary Piland
    Participant

    Maybe this will make the issue clearer…

    chamber.umbrellahost.net

    When you roll over Chamber Info (first menu item) and the page is NOT scrolled up, the dropdown menu is nice and wide, when you scroll the page up a bit and roll over the same menu item, the dropdown is very narrow.

    I know this is related to the header class “scrolled” but I can’t find where it’s messing up the dropdown menu width.

    Hope this helps!

    #821
    Andy
    Keymaster

    Could you add the following CSS to your child theme stylesheet

    .main-navigation ul ul li, #masthead.scrolled .main-navigation ul ul li {
    	float: left;
    }
    
    #masthead.scrolled .main-navigation li {
    	position: static;
    }

    Hopefully this should fix the UberMenu issue. If this doesn’t fix it, please let me know and I’ll look into it some more.

    #827
    Gary Piland
    Participant

    Fantastic! That did the trick. I have to say your support is extremely fast and accurate.

    I appreciate the help very much.

    Have a great day!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu problems – chamber.umbrellahost.net’ is closed to new replies.