Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Menu bar and Logo image problem Re: Menu bar and Logo image problem

#140658
bhattigurjot
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.