With the menus, I am trying to get an inline horizontal menu which can be put in the top position of the Real Design.
I cannot find a suffix already positioned, which make the menu inline, even if may the suffix gk_menu.
I placed some code in the override:
- Code: Select all
ul.menuflat li
{
display: inline;
padding: 10px;
}
And placed menuflat in the suffix.
how do I make a menu hoz ?
Thank you for your help.
Andrew