drop down menu width

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 Sep 18, 2013 3:28 pm
Reply with quote
Report this post
hi. how do i widen the drop down menu width please?

thanks
User avatar
Senior Boarder

GK User
Wed Sep 18, 2013 3:37 pm
Reply with quote
Report this post
Hi,
There are few ways, reduce margins or change width
WIDTH
BEFORE
.gkcol { width:220px; }

AFTER
.gkcol { width:260px; }


MARGINS
BEFORE
.gkMenu > ul div.childcontent li {margin: 0 30px;}
AFTER
.gkMenu > ul div.childcontent li {margin: 0 15px;}
User avatar
Platinum Boarder


cron