Expanding the menu item area

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
Thu Jun 20, 2013 1:14 am
Reply with quote
Report this post
Hi there,

I have looked up and down all the CSS files trying to this out, but how can I widen the area to allow more menu items to fit in the header. Right now, after a certain number of items, it moves down to the next line. What gives?

Many thanks!
User avatar
Fresh Boarder

GK User
Thu Jun 20, 2013 3:17 am
Reply with quote
Report this post
You can remove padding and letter spacing so it fits more items.

Code: Select all
.gkMenu > ul > li { letter-spacing: 0;}
.gkMenu > ul > li > a { padding:0 10px;}


See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 20, 2013 3:57 am
Reply with quote
Report this post
Thank you very much.



normanUK wrote:You can remove padding and letter spacing so it fits more items.

Code: Select all
.gkMenu > ul > li { letter-spacing: 0;}
.gkMenu > ul > li > a { padding:0 10px;}


See you around...
User avatar
Fresh Boarder

GK User
Thu Jun 20, 2013 3:58 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron