Top Menu after scrolling

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 12, 2014 4:51 am
Reply with quote
Report this post
Hi there,
how can i make wider the Logo space after scrolling down?

Thanks
User avatar
Fresh Boarder

GK User
Wed Mar 12, 2014 7:30 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Fri Mar 14, 2014 11:26 am
Reply with quote
Report this post
Just Found:

menu.css (line 342)
#gkFixedMenu #gkMainMenu {
border-left: 1px solid #E5E5E5;
margin-left: __px;

Thanks
User avatar
Fresh Boarder

GK User
Fri Mar 14, 2014 5:38 pm
Reply with quote
Report this post
Please don't modify core template css files.
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkFixedMenu #gkMainMenu {
margin-left: __px;
}

It will override original declaration with your custom setting.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron