Forums

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

Home Forums Other Bootstrap Response CSS File – Need to get rid of extra padding around thumbnails Re: Bootstrap Response CSS File – Need to get rid of extra padding around thumbnails

#119359
DesignLady94
Member

Unfortunately, now, when I comment out the code for (min-width: 1200px), that also eliminates margins for narrower browser sizes and the thumbnails (circles) overlap. I tried adding this but it didn’t work:

@media (max-width: 1199px) {

[class*=”span”] {
margin-left: 30px;
}

}