Shape 5

Joomla Templates => Oasis - Club => : Martine November 06, 2016, 09:52:13 AM



: Horizontal menu in other position than "bottom menu"
: Martine November 06, 2016, 09:52:13 AM
Dear Mike,

I would like to place a horizontal menu in the position "Below-body" in stead of in the position "bottom-menu". Is that possible?

Best regards,
Martine


: Re: Horizontal menu in other position than "bottom menu"
: mikek November 07, 2016, 08:07:45 AM
Hello,

The horizontal menu is only designed for the bottom menu, doing this somewhere else would require custom programming. You can try adding the following into to custom.css but it hasn't been tested:

#s5_below_body ul.menu li {
display:inline-block;
padidng:0px;
padding-right:10px;
margin:0px;
}


: Re: Horizontal menu in other position than "bottom menu"
: Martine November 07, 2016, 08:35:28 AM
Dear Mike,

it works, thanks.

Best regards,
Martine