YarraVC
November 16, 2022, 8:27am
1
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:
Go to Online Store → Theme → Edit code
Open your theme.liquid theme file
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
YarraVC
November 16, 2022, 9:52am
4
Thank you! This worked perfectly, appreciate it.
YarraVC
November 16, 2022, 9:54am
5
Thanks MandasaTech, tested this solution out and it also works great!
I am glad that my solution is helpful to you .