Hello,
We have instagram on our home page. We have this code in place to make sure only it displays four columns only:
@media only screen and (max-width: 1024px) {
.blog-grid-items .blog-item.col-sm-sf-5 {
width: 25%!important;
}
}
That works fine but we would like only one row to show. So only four images display. Is there an adjustment I could make?
Thank you,
Dawna
Attachments:
You must be
logged in to view attached files.