Sub Navigation Menu in info position

GK User
Thu Dec 06, 2012 1:01 pm
Hi, first of all, nice to be among you guys and hope that our experience with GK will be the best one among Joomla community. So, we are using GK Musicity for our website, we have two menus, the first one is the main menu, navigation horizontal and everything is fine on this side.

Second menu is the top menu, we want to place it in the 'info' position but the menu needs to be horizontal instead of vertical as it is currently, can anyone please let us know how to make it horizontal?

P.S. We are using Joomla 2.5.

Thanks,

Tomy
User avatar
Senior Boarder

Konrad M
Thu Dec 06, 2012 4:39 pm
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Thu Dec 06, 2012 4:48 pm
Konrad M wrote:Hi,
can you give us url to your site? It will be much easier to help you.


Hi Konrad, the url is http://www.mauriresto.com and you will see the menu I am talking about it just below the main menu on top.

Thanks,

Tomy
User avatar
Senior Boarder

Konrad M
Thu Dec 06, 2012 4:58 pm
Please try add to override.css
Code: Select all
#gkInfo ul.menu li {
float: left;
margin: 0 20px;
line-height: 36px;
}

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


cron