Shopify themes, liquid, logos, and UX
How can I make the collection images full width on mobile without the second image on the side showing?
I'd also like to keep the slider under the collections. I'm using pipeline.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @Mg71
check this one.
@media only screen and (max-width: 767px) {
[data-grid]:not([data-grid-no-gutters]), [data-grid][data-grid-no-gutters], [data-grid] {
width: 100%;
}
.list__collections [data-grid], [data-grid][data-grid-small] [data-item] {
width: 100%;
}
.wrapper.section-padding.title-center {
padding-right: 0px;
}
}
This is an accepted solution.
Do you mean this one right?
You can replace on this one.
@media only screen and (max-width: 767px) {
[data-grid]:not([data-grid-no-gutters]), [data-grid][data-grid-no-gutters], [data-grid] {
width: 100%;
}
.list__collections [data-grid] {
width: 100%;
}
.wrapper.section-padding.title-center {
padding-right: 0px;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Mg71,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
@media only screen and (max-width: 767px) {
.list__collections [data-grid] .grid__item {
width: 100% !important;
}
.list__collections [data-grid] {
padding-left: 0 !important;
}
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
- Here is the solution for you @Mg71
- Please follow these steps:
- Then find the theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
@media only screen and (max-width: 767px) {
.list__collections [data-grid] .grid__item {
width: 96% !important;
}
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
Hi @Mg71
check this one.
@media only screen and (max-width: 767px) {
[data-grid]:not([data-grid-no-gutters]), [data-grid][data-grid-no-gutters], [data-grid] {
width: 100%;
}
.list__collections [data-grid], [data-grid][data-grid-small] [data-item] {
width: 100%;
}
.wrapper.section-padding.title-center {
padding-right: 0px;
}
}
How can I exclude the related products collection from being grouped in this? I'd like that to not be changed. Thanks!
This is an accepted solution.
Do you mean this one right?
You can replace on this one.
@media only screen and (max-width: 767px) {
[data-grid]:not([data-grid-no-gutters]), [data-grid][data-grid-no-gutters], [data-grid] {
width: 100%;
}
.list__collections [data-grid] {
width: 100%;
}
.wrapper.section-padding.title-center {
padding-right: 0px;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025