Forums

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

Home Forums CSS Chrome: Very, very weird overflow issue Reply To: Chrome: Very, very weird overflow issue

#261195
Atelierbram
Participant

Making the container for the images, these links, block level-elements will make the code more sturdy, this will then prevent those links from collapsing, and any containing image of “escaping” it’s parent. This will also solve the overflow problem in Chrome.

.price a {
  display: block;
}