Forums

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

Home Forums CSS Border Adds Padding At Bottom of Images Re: Border Adds Padding At Bottom of Images

#134745
MBM
Participant

@wolfcry911

Thanks. It worked :

.imgrow1 img { display: block;}
.imgrow2 img { display: block;}

> and why two different classes with the same exact styling?

imgrow2 has different padding. I couldn’t get it to align correctly with one class.