How to center featured products?

Hello everyone,

I want to center my featured products. It i only displaying on the left hand side. I want it center.

Thank you!

Hi @Greggy55 , Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi @Greggy55

Please provide your store URL and password if it is password protected. Also the name of the theme.

www.bactibarrier.co.za

password : southafrica

Thank you!

Hi @Greggy55

If you want to align the width of your featured products with the above collection list width then:

  1. Go to Online store > Customize

  2. Select featured collections section

  3. Uncheck this option (Mark in red box)

  1. Click Save.

After this, your featured products section align with the other section.

I hope you want this. If yes, accept this solution.

For any other queries, please reach us.

Regards,

Trishnapare | Team_OSC

Hi @Greggy55 ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css or styles.css

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

.grid.product-grid.contains-card.contains-card--product {
    justify-content: space-around;
}

Here is result:

Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: :heart_eyes: