Forums

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

Home Forums CSS Background Image Look Half Reply To: Background Image Look Half

#245639
hongcheung
Participant

I think you just need to take out “min-height: 150px” from your .bg, give some padding-bottom (at least half height of you image) should avoid the text run behind the image. sample below

.bg {background-image: url(‘https://thrivethemes.com/wp-content/uploads/2015/10/bkg-thrive-content-builder-green.png’); padding: 100px 20px; text-align: center}