use the Mainmenu as a module - horizontal view

GK User
Sun Mar 25, 2012 6:50 pm
Can anybody tell me the suffix for the menu-module to get the menu in horizontal view?

It's bad that i cant use the menu from the template.... i have to use a normal module.

Thanks
A.B.
User avatar
Fresh Boarder

GK User
Sun Mar 25, 2012 9:55 pm
Hi

I'm afraid there's no template style added for horizontal menu on module... an honestly don't know why you don't want to use template menu... but if you still want to use it, please enable override.css file on template parameters, find override.css file on css template directory and add this code on this file:

Code: Select all
.box_menu.horizontal ul li:first-child {padding-left: 0}
.box_menu.horizontal ul li {display: inline; border: none!important; padding: 0 10px}


Them go to the mod_menu that you want to display horizontal menu and add this module suffix: "_menu horizontal"

Cheers
User avatar
Platinum Boarder


cron