If you visit advancedbiology.com near the top you will see near the top below the “MORE” section, there is a section with 3 images in columns. I want them to stay in 3 columns without stacking on pad widths. I am using this code and adding the class keep3 to the row they are in, but it’s not working. I’ve tried it with and without .x-1-3
@media (min-width: 481px) and (max-width: 767px) {
.keep3 .x-column.x-sm .x-1-3 {
width: 33.33333%;
float: left;
margin-right: 0;
}
.keep3 .x-column.x-sm .x-1-3:last-child {
margin-right: 0;
}
}