Home › Forums › CSS › Problem with css and html in boostrap › Reply To: Problem with css and html in boostrap
January 3, 2016 at 2:25 pm
#236374
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;
}