Forums

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

Home Forums CSS Positioning elements in a horizontal layout Re: Positioning elements in a horizontal layout

#123866
Paulie_D
Member

There’s a long explanation for why this happens, it’s just that the margin-top you have applied to #slider-space effectively has nothing to push against so the whole page slides down.

The easiest fix would be to add padding-top: 30px; to your .page class and remove the margin-top from #slider-space.