Archived topic
logo is moving right when scrolling up from sticky menu
3 replies · Started by Yaron on November 21, 2017
on my website here:
https://yaronrosen.com/
when scrolling up (when the header is sticky) the logo moves right several pixels for some reason..
how can i fix it?
Strange, can you try adding this CSS?:
body[class*=nav-float-].menu-logo-enabled:not(.sticky-menu-logo) .main-navigation .navigation-logo {
margin: 0;
}
woo it work!! :) thank you so much Tom :)
but i am curious what cause this issue, is this something on my css? here:
https://jsfiddle.net/80hjofhx/
It could be this: .main-navigation .navigation-logo{margin-left: 0px;}
However it could be a bug in GPP - I'll take a closer look :)