FEST menu dimensions

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
Tue Oct 30, 2012 5:20 pm
Reply with quote
Report this post
Hi,

I don't want the FEST menu to span 100% width of the screen.

Where can I reduce it so that it is only as wide as the main content pane?

Also, how can I release it from being locked to the top of the screen?

Thanks
User avatar
Gold Boarder

Konrad M
Wed Oct 31, 2012 2:58 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
#gkPageTop {
background:none !important;
}
#gkMainMenu {
background: black;
background: rgba(0, 0, 0, 0.3);
padding-left:12px;
}

and remember to enable override.css option in template settings.
User avatar


cron