Home › Forums › CSS › Padding top site › Reply To: Padding top site
August 13, 2015 at 2:12 pm
#206514
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.