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
Issue: On the homepage, the product catalog in the second section is aligned to the right; the requester wants it centered. A preview store link and password were provided for review.
Proposed fix: Insert a custom CSS snippet into the Shopify theme’s main layout file (theme.liquid), specifically at the end of the file before the tag, to center the collection section.
Evidence/result: A screenshot was shared showing the products centered after applying the change. However, the exact CSS code is not visible in the provided content, implying a simple CSS override was used but not shown here.
Outcome/status: The solution appears to have worked based on the image, with no further questions or disagreements raised. If reproducing, add the necessary CSS in theme.liquid to center the second section’s product grid.
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 tag :
Result: