Shopify themes, liquid, logos, and UX
Site preview URL: https://7tvz73t7kefuertl-60071346230.shopifypreview.com
I'm working on a site on the Dawn theme and using a featured collection block on the home page. Everything looks good on desktop, but the mobile version of the page in the preview of the theme builder it shows some weird overlaps of the products. How do I ensure the products don't overlap like that?
Also, I would like the featured collection on mobile to be centered, not left aligned.
Solved! Go to the solution
This is an accepted solution.
Hi @jasminsharp97 ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media(max-width: 768px){
.card-wrapper.product-card-wrapper {
margin: 0 auto;
}
.contains-card--product.grid {
grid-row-gap: 2rem;
}
.contains-card--product.grid.grid--1-col-tablet-down .grid__item:last-child {
margin-top: 0;
}
}
This is an accepted solution.
Hi @jasminsharp97 ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media(max-width: 768px){
.card-wrapper.product-card-wrapper {
margin: 0 auto;
}
.contains-card--product.grid {
grid-row-gap: 2rem;
}
.contains-card--product.grid.grid--1-col-tablet-down .grid__item:last-child {
margin-top: 0;
}
}
That worked perfectly, thank you so much!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025