Always visible top right and left menus

GK User
Thu Sep 11, 2014 1:45 pm
Hi,

can i make top menus always visible?

THX
User avatar
Fresh Boarder

GK User
Thu Sep 11, 2014 2:27 pm
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
#gkHeaderNav {
top: 0px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Sep 11, 2014 5:43 pm
THX you
User avatar
Fresh Boarder

GK User
Fri Sep 12, 2014 1:56 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Mon Oct 20, 2014 1:24 am
Cyberek:
If we do this, do we not also need to move the header down?
Something like:
#gkHeader {
top: 80px;
}
I'm not sure if this is exactly correct, but you see the idea.
User avatar
Expert Boarder

GK User
Mon Oct 20, 2014 5:04 pm
You can add:
Code: Select all
#gkHeader {
padding-top: 80px;
}

It should move everything down.
User avatar
Moderator

GK User
Wed May 25, 2016 11:15 am
I tried this, and it seems it does not work for me...

For me it looks like this: http://149.210.132.31/~sashimi/
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.