Center Collection Products - Vantage Theme

Hi,

Would someone be able to help center the products on my collections page? We only sell 2 products and don’t want the empty space on the right. I saw people with similar problems but all the solutions were for different themes.

Collections page:

https://yarravalleycherries.com.au/collections/celebration-gift-box

Any help would be much appreciated!

Hello @YarraVC

I would like to give you some recommendations to support you.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid theme file
  3. Paste below code before :

Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages Support Team

1 Like

Hello @YarraVC ,
Go to Online store >> Edit code >> Assest >> stylesheet.css
Add this code below of stylesheet.css file

collection-page .product-loop {
width: 100% !important;
display: flex !important;
justify-content: center !important;
}

1 Like

Thank you! This worked perfectly, appreciate it.

Thanks MandasaTech, tested this solution out and it also works great!

I am glad that my solution is helpful to you :grin: .