Center Collection in Minimal Theme

I have one collection on my homepage; I need help with the code to center the collection image, using the Minimal Theme. Any assistance is greatly appreciated!

Hey @ACP1979
Kindly share your Store URL and Password if enabled

It’s showthatspirit.com, with no password!

Hi @ACP1979 ,

  1. Go to Themes => Edit code:

  2. Find the timber.scss file and add this code at the end of the file:

.main-content .grid-uniform { 
   display: flex;
   justify-content: center;
} 

The website interface after editing will be as follows:

Good luck @ACP1979 !

Hey @ACP1979

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

This 100% worked- thank you so much!!

Thank you!!