How to increase header length.

More
13 years 2 months ago #11297 by seocomletesolution
Dear Sir,

I have Real Estate template and I have also put logo on this template. I have place too many Position module in Header of the site in front of Logo. Now The Top2 menu go down and overlapping with Top menu due to inadquate space in Header.

How can I increase the height of Header so that can place many position as we can.

Please Log in to join the conversation.

More
13 years 2 months ago #11311 by ivan.milic
In layout.css

for logo area (above menu):

#topmenu {
height: 70px;
margin: 0 auto;
}

for menu itself you can add override at very bottom of template_css.php:
#topmenu_nav_wrap {
height:...
}

or if you are familiar with PHP you will recognize it in same file and you can change it directly.

Please Log in to join the conversation.

Time to create page: 0.150 seconds
Powered by Kunena Forum