Home › Forums › CSS › Menu bar and Logo image problem › Re: Menu bar and Logo image problem
June 27, 2013 at 12:44 am
#140658
Participant
@waylaid
Now my new code is
.menu-primary-container {
padding:0;
position:relative;
height: 34px;
background: #403d3d;
z-index: 400;
}
If i change the height settings or even remove it, my menu bar(grey bg only) displays over the logo.
So I solved the background issue by using @media query in which I changed the height settings to 70px.
Now the problem is there is a huge space between my menu bar and the logo. And on decreasing the browser window size it increases.