Forums

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

Home Forums CSS Problem with css and html in boostrap Reply To: Problem with css and html in boostrap

#236374
Shikkediel
Participant

Or change the padding to a fixed value (it’s currently not really doing anything anyway) and use this :

#main-banners > div figcaption {
padding: 10%; /* something else in px */
background-clip: content-box;
}