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;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025