Shopify themes, liquid, logos, and UX
Hi,
I need help to center the products in the featured collection and place them within the red box as shown in the image below. The products should sit directly below the text with similar spacing on the left and right.
I would like this to be applied this only to this featured collection, not to all collection pages
Link: https://testingstoresandthemes.myshopify.com/
store password: 12345
Hi @technase , go to theme.css file and add the following code at the end of it :
scroll-carousel#scroll-area-template--18601482551541__featured-collection product-list.product-list {
justify-content: center !important;
}
Result :
Hey, thank you for the input but it doesn't centralize the content
@technase , go to theme.css and add the following code:
.product-card__info {
margin-left: auto;
margin-right: auto;
justify-items: center !important;
}
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024