Archived topic
CSS tweek
1 reply · Started by Tim on May 25, 2017
Hello,
Somehow a little CSS problem has occurred, when you scroll the top menu resizes, but there is now a jump in the resizing that was not there last I checked the site
The menu has a 25px margin-top, but it seems it is losing this margin for just a moment and then gets it back, causing the "jumping" quality
I have been trying for about 1 hour to find the problem but I am having no luck
You can see the problem here
http://greaterthanthesum.com/
Any help is greatly appreciated
Thanks
Hi there,
I believe it's this CSS causing that jump:
.nav-aligned-right.nav-above-header .main-navigation {
margin-top: 25px !important;
}