Forums

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

Home Forums CSS Word press site. Top row of pics are cut off. Re: Word press site. Top row of pics are cut off.

#126723
Alen
Participant

Just add the class in your style.css

.container-fluid {
margin-top:90px;
}

Your style sheet is being loaded after bootstrap.css, so default styles will cascade and you’re just adding.