Logo moving on scroll

Support desk for Multipurpose Quark Theme
GK User
Thu Aug 11, 2016 11:07 pm
Hi
Why is my logo moving down as you scroll down. Thanks

http://aeroviews.uk
User avatar
Senior Boarder

teitbite
Sat Aug 13, 2016 2:37 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gk-fixed-nav #gkLogo, .gk-fixed-nav #gkMobileMenu {
    margin-top: -16px !important;
}


remember to recreate Your compression file in order for this change to take effect.
User avatar
Moderator

GK User
Wed Aug 17, 2016 9:13 pm
Thanks
User avatar
Senior Boarder

GK User
Thu Aug 18, 2016 10:33 pm
That did work. There is now the issue of the word menu and the 3 horizontal lines for the mobile menu, moving upwards when you scroll down, so much so the menu goes up beyond the screen. thanks
User avatar
Senior Boarder

teitbite
Mon Aug 22, 2016 1:47 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkMobileMenu,
.gk-fixed-nav #gkMobileMenu {
    margin-top: 0 !important;
    top: 30px !important;
}
User avatar
Moderator


cron