Forums

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

Home Forums CSS Padding top site Reply To: Padding top site

#206514
Shikkediel
Participant

One thing that immediately stands out is that there is an empty div above everything that’s apparently meant for a parallax image? So it’s not about margin or padding there…

For the text alignment you could do this :

.grid p {
margin: 0 10px;
}

Hope that helps.