• When i select one of the menu buttons, an i’m in this section i select another button form the menu then Page shaking when hovering over menu

    • This topic was modified 5 years, 10 months ago by dmegalomania.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    Go to Customize > Misc > Custom Code > Custom CSS:

    #topmenu .menu_hover > a { padding-bottom:20px;}
    #topmenu ul.menu>li:after, #frontsidebar .widget_nav_menu ul.menu>li:after{ display:none;}
    #topmenu ul li ul {  display: block;visibility: hidden; opacity: 0; transition: all 0.2s linear;}
    #topmenu .menushow { visibility: visible;  opacity: 1; display: block;}
    #topmenu .fadeInUp {  animation: unset;}

    Thanks

    Thread Starter dmegalomania

    (@dmegalomania)

    did not help,
    I have had this problem for a year because of which the optimizer theme is problematic.
    I was looking at the forum and saw that several people also have an unresolved problem with it.

    I’m having the same issue (I have the pro unlimited license), but it only happens on subsequent pages, not the homepage. It’s also only when hovering over menu items.

    OK, so it’s only on load, the continuous shaking was a coding issue on my part, trying to suss out what the problem was.

    The above code did not work for me either.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page shaking when hovering over menu’ is closed to new replies.