In this site , the menu is ul inline
, it is inside div
with indefinite width of dark color. In ul
I put margin-left
to align with the bottom blocks ...
It happens that in another resolution or when shooting the zoom it leaves the place, unlike the other elements.
I'm having the same problem with the logo, so I put it inside a paragraph with align-center
.
How can I resolve this?
.menu{ /* a div do menu logo acima dos blocos, resto do site*/
padding:0.1px;
background-color:#4e4c4f;
letter-spacing:1px;
text-transform:uppercase;
}
.menu ul{ /* o menu*/
margin-left:420px;
}