Drop line menu line hieght

October 08 Joomla Templates
GK User
Wed Apr 04, 2012 4:14 am
i'm halfway already fixing our new template as figure shows below;
graphic1.jpg


now i would like to adjust the line height of the dropline menu item to sooth
visual desirability, viz:
graphic2.jpg
graphic2.jpg


i'm happy to see your solution.
Thank you!!!
User avatar
Junior Boarder

GK User
Wed Apr 04, 2012 11:10 am
Hi

Please enable override.css file on template settings and add this lines on this file, located on css template directory:

Code: Select all
#gkMainMenu > div > ul div.childcontent li {min-height: 16px; line-height: 16px; }
#gkMainMenu > div > ul div.childcontent li > a,
#gkMainMenu > div > ul div.childcontent li > span {  min-height: 16px; background: transparent url('../images/separator_dark.png') no-repeat left 6px; }


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Apr 05, 2012 12:29 pm
thanks Seichinha, it works!!!
User avatar
Junior Boarder


cron