Shape 5

Joomla Templates => Oasis - Club => : ccvid April 10, 2014, 02:05:58 PM



: Logo
: ccvid April 10, 2014, 02:05:58 PM
I placed my logo in a custom HTML module and assigned it to the "logo" position.  After doing this the menu disappeared.  What gives?

http://rentbransonlogcabin.com/JOOMLA4/


: Re: Logo
: mikenicoll April 10, 2014, 10:05:43 PM
Hello,

The issue is that the amount of menu items you have plus the logo cannot fit on the width allocated to that container. Your menu is actually still on the page but it is being shoved down by the logo because it can't all physically fit there.

The best solution would be to either reduce the amount of menu items or remove the logo entirely if you need a menu that large. If you add the following to the custom.css you will be able to see both the menu and logo colliding:

#s5_logo_module {
position:absolute;}

Remember you can use menu drop downs to consolidate certain like menu items into a single unit.

-Mike