Home › Forums › CSS › Menu bar and Logo image problem › Re: Menu bar and Logo image problem
The Menu bar has a height set to 34px. Also the background for the Menu bar is an image (http://202.164.53.122/~gurjot/wordpress/wp-content/themes/Indicate/images/menu-primary-bg.png) which has a transparent section right where the overflowing content goes when the page resizes.
So, even if you change the Menu bar height to, say, 100px the background colour still won’t show because it will be showing the transparent section of the background image.
My solution would be:
In the CSS remove _height_ from **.menu-primary-container**, (or change to ‘auto’). Change background to _background: #403d3d_ (the colour from your current background image).
In the HTML add your clearfix class to the **.menu-primary-container** div and the background should flow.