Forums

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

Home Forums CSS Combining fixed position and margin % Re: Combining fixed position and margin %

#127767
wolfcry911
Participant

The container (960px wide) is covering the nav. Your content is only 520px wide, so why not make the container the same? Then lose the large left padding on the children.

That will get you close, but at smaller screen sizes the nav links are still covered. I’d work towards centering the nav and shifting the links to the left.