Center related products cards

Topic summary

Issue: Related products section (3 columns) on the product page aligned left; requester wanted the product cards and title centered. Screenshots were provided to illustrate alignment.

Key steps/actions:

  • Members asked for the product URL; the link was shared.
  • One respondent observed the section appearing centered on their end.
  • A practical fix was provided: add CSS in theme code.
    • Navigation: Online Store → Theme → Edit code → base.css
    • Add at the bottom:
    ul.grid.product-grid { display: flex !important; justify-content: center; }

Additional suggestion: Add a featured collection on the homepage for quick access to products; the requester noted they already have this section.

Outcome: The CSS fix successfully centered the related product cards; requester confirmed it worked. No further issues reported. The discussion appears resolved.

Notes: The solution hinges on a small CSS snippet; screenshots aided understanding of the initial layout state.

Summarized with AI on December 26. AI used: gpt-5.

Hello!
I created my website that has only 3 products. I added a related products section inside my product template and I set it to 3 columns on desktop but the product cards align to the left and I would like to center the cards and the title. See screenshots below.

Thank you very much in advance!

Hey @sonia-limone

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,

Moeed

@sonia-limone - can you please share this page link?

The page link is: sharkbikesardinia.com/products/noleggio-sharkbike

p: –

The page link is: sharkbikesardinia.com/products/noleggio-sharkbike

p: –

@sonia-limone - it is in the center already

Hi @sonia-limone

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

ul.grid.product-grid {

display: flex !important;

justify-content: center;

}

Additionally, on the home page, you can add a featured collection so users can quickly access your products from the home page.

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

Thank you very much! It worked! :heart_eyes:

Additionally, on the home page, you can add a featured collection so users can quickly access your products from the home page.

Those two product cards under the title are a featured collection section with the main two products, but thank you for the advice!

1 Like

You are welcome @sonia-limone :blush: