Change text position on main menu buttons

GK User
Wed Aug 24, 2011 5:53 pm
Hello!


I'd love to change the position of the button text to the very left.
I am using the mega menu.

Since I am planning not to use button colors or background images
the menu text should start in the same line with the news pro module.

I've tried to find the padding etc...without success.
:(

Where can I change the css?
Many thanks for helping me!
User avatar
Fresh Boarder

Konrad M
Thu Aug 25, 2011 6:37 am
Hi
Is it joomla 1.5 or 1.6/1.7 ?
User avatar

GK User
Thu Aug 25, 2011 6:58 am
Hi!

It's joomla 1.5!

Thank you!
User avatar
Fresh Boarder

Konrad M
Thu Aug 25, 2011 7:05 am
Try add to override.css
Code: Select all
#gk-nav ul.level0 > li > a {
padding:0 18px 0 0;
}

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

GK User
Thu Aug 25, 2011 8:33 am
works perfectly
thanks for fast support :-)
User avatar
Fresh Boarder

Konrad M
Thu Aug 25, 2011 8:39 am
I'm glad I could help ;)
User avatar


cron