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
December 29, 2012 at 9:51 pm
#119359
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;
}
}