Centering Collection List Blocks

Hi,

I am using the Crave theme. I have added a collection list block to a page. Is there a way to center the collection list when you have only two collections in the list?

Thank you

Hi @Vonplicity ,

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

The address is vonplicity.com the password is 06Vonplicity01

Thank you for the assist.

Hi @Vonplicity

This is Victor 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#Slider-template–18473773334835__c7c9e6ba-d364-432c-80de-024089abebdb {

display: flex;

justify-content: center;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Worked like a charm. Thank you so much Victor.

Yeahhh. You are welcome @Vonplicity :blush: