Hi,
kindly try adding this Custom css to fix the issue:
#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
Hi,
I just tried adding this via Customize > Miscellaneous > Custom Code and unfortunately I’m still having the problem.
I originally had CSS that was hiding the menu-bar logo on the home page, so I tried removing that to see if that was causing the issue but it didn’t make any difference.
-
This reply was modified 7 years, 5 months ago by
cosmopath.
Hi,
Please remove the code. And then copy it again from here and then in the Custom css box right click and click “Paste as plain text”.
Thanks
Just did so. Oddly enough it seems to fix the problem when in Customize mode and not publishing changes, but once they’re published and you try going to the page the issue is still there. Weird.
Looks like the code is still not formatted correctly, can you please replace the code with:
#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;}
Just tried that. Page is still shaking, but I’m noticing two interesting behaviours:
1. Page shakes when it’s initially loaded and the mouse is hovered over its place in the menu bar, then stops after a second.
2. From there, page only starts shaking when any mouse button is clicking down on an item in the menu bar.
From what I can see, the specific issue is that it’s hiding and unhiding the browser’s scroll bar rapidly, giving the illusion of the page shaking. Maybe this will help in some way.
Hey, not sure if I made it clear in my last post but I’m still having the issue. Not sure why there hasn’t been any response for the past four days. Would appreciate if you guys gave it a look.