This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago ago by Rose Tyler
Hi! I need to change the number of images that displays on instagram mobile and i couldn’t do it. I create another module of instagram that displays only on mobile, the other displays only on desktop. The one in mobile is set to display only 2 images and it doesn’t show that
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:
.null-instagram-feed .instagram-pics.instagram-columns-3 li {
width: 50%;
}
.null-instagram-feed .instagram-pics.instagram-columns-3 li {
display: none;
}
.null-instagram-feed .instagram-pics.instagram-columns-3 li:first-child, .null-instagram-feed .instagram-pics.instagram-columns-3 li:nth-child(2) {
display: inline-block;
}
> https://gyazo.com/9fbcca1613cd267098ad75ac2e820c3c
Regards
You must be logged in to reply to this topic.Log in/Sign up