Reduce the space in the menu.

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue Sep 11, 2012 2:11 pm
Hello I wanted to know if and how you can reduce the space in the mainmenu first and after the name of the menu item.
To understand the red line in the picture.
User avatar
Expert Boarder

Konrad M
Tue Sep 11, 2012 2:20 pm
Hi,
please try add this to override.css
Code: Select all
#gkMainMenu > div > ul > li > a {
padding: 0 17px 0 19px;
}

and reduce second and last value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Sep 11, 2012 2:24 pm
Thank you very much for the quick response
User avatar
Expert Boarder


cron