Hi,
iโm using in ventuer theme
How can i change the grid of the collection list in the mobile display, there is currently one image per line
I need to have at least 2 pictures in each row
my site: https://www.outfiteam.com/
thank you!
Hi,
iโm using in ventuer theme
How can i change the grid of the collection list in the mobile display, there is currently one image per line
I need to have at least 2 pictures in each row
my site: https://www.outfiteam.com/
thank you!
Hello, @amit101297
@media only screen and (max-width: 749px) {
#collection-list-grid .grid__item {
width: 50%;
}
.featured-card--contain {
padding: 6px;
}
}
@amit101297 here is how to fix it in 20 seconds:
You can change the 0px to any value you want, it is the bottom spacing on mobile devices. Example: -40px or 40px
@media only screen and (max-width: 749px) {
#shopify-section-featured-collections .grid__item{
width: 50% !important;
margin-bottom: -00px;
}
}
Please let me know whether it works.
Kind regards,
Diego
Do you know how to do this for the Venue theme?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
In desktop view It shows two in a row but in mobile I have to swipe
How can I accomplish this in the Atlantic theme please!!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.