Space between logo and menu on events template

GK User
Thu Sep 04, 2014 11:36 am
Hi, when scrolling down, and the menu moves into the active state, the distance between the logo and the first item of the menu is too great - meaning the menu sticks out off of the visible page for many screen sizes.

How do I bring it in - much closer to the logo?

makemethatguy.com

Thanks!
User avatar
Fresh Boarder

GK User
Fri Sep 05, 2014 9:14 am
Please edit: /templates/gk_events/css/override.css and add at its end:
Code: Select all
#gkHeaderNav.static #gkMainMenu {
left: auto;
}

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

GK User
Sat Sep 06, 2014 1:17 am
That's spot on - thanks! I changed it slightly to only apply to the "active" state:

Code: Select all
#gkHeaderNav.static.active #gkMainMenu {
left: auto;
}
User avatar
Fresh Boarder

GK User
Mon Sep 08, 2014 8:06 am
Yep, that is a good idea.
User avatar
Moderator


cron