Support » Theme: Sydney » Top Menu Glitchy

  • davidatl

    (@davidatl)


    It won’t pop out. It makes the menu impossible to use. You can see it on the home page.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • thalakus

    (@thalakus)

    Me helped the following CSS.
    But it’s nothing for the long run because CSS slows my site

    /*Sydney*/
    #mainnav .sub-menu {
    left: 0 !important;
    }
    #mainnav .sub-menu .sub-menu {
    left: 100% !important;
    }

    Hi @davidatl,

    Can you try adding this CSS code to Appearance > Customize > Additional CSS from dashboard?

    
    @media only screen and (min-width: 1024px) {
    
      #masthead.site-header #mainnav ul li ul.sub-menu li ul.sub-menu {
        right: 100%;
        padding-top: 0;
      }
      
    }
    

    Then flush cache (if applied) before reloading your website.

    I hope that code helps.

    Regards,
    Kharis

    Thread Starter davidatl

    (@davidatl)

    @thalakus
    Your option worked 🙂
    @kharisblank
    It seems to pop it out on the left side of the menu instead of the right.

    If I move my curser over the right (as if it were to pop-out the sub-menu’s) it glitches and flickers.

    • This reply was modified 3 years ago by davidatl.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top Menu Glitchy’ is closed to new replies.