Shape 5

Joomla Templates => EZ Web Hosting - Club => : bzmservice April 01, 2014, 07:14:08 AM



: Menu hight
: bzmservice April 01, 2014, 07:14:08 AM
Hi,

I've added some items in the main menu, this makes it wider and pushing some modules down resulting in a higher main menu. Were I just wanted a slim main menu.
Is there a way to make my main menu slimmer?

The website is www.zen-za.be

Best Regards,

Bart


: Re: Menu hight
: mikenicoll April 03, 2014, 05:47:23 PM
Hello,

If you are referring to the height of the menu this is being forced currently by your logo dimensions here:

Template.CSS - Line 535

#s5_logo_module {
    cursor: pointer;
    float: left;
    height: 150px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-top: 1px;
    width: 400px;
}

-Mike


: Re: Menu hight
: bzmservice April 03, 2014, 11:40:11 PM
Hi Mike,

Thanks for your reply.
Is there a way I can make the logo bigger and still keep the menu slim?

Best Regards,

Bart


: Re: Menu hight
: mikenicoll April 04, 2014, 04:34:28 PM
Hello,

If you change the following height value it should reduce the header size without affecting the logo:

Template.CSS - Line 535

#s5_logo_module {
    cursor: pointer;
    float: left;
    height: 100px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-top: 1px;
    width: 400px;
}

-Mike