Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
in the second section the products catalog are to the right side on the page , I need it to be centered how could I do it ?
https://tshafi-health.myshopify.com/
pass : meache
Hi @tarekanani , go to theme.liquid file and add the following code at the end of it before the </body> tag :
<style>
.section-product-v1 .row {
justify-content:center;
}
</style>
Result: