Alchemy Theme - Featured Collection - Center/Justify products

Hi All

I using the Alchemy and have only two products. I need to center the “Featured Collection” section.

This

.slider-template–17241972441248__featured_collection_CqJYjU {
justify-content: center;
}

#slider-template–17241972441248__featured_collection_CqJYjU {
justify-content: center;
}

Don’t seem to work

Preview link

https://jybos1vjbg3y565w-50100633760.shopifypreview.com

Any help much appreciated

Hello @JeremySkeggs ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your main.css file and paste the following code at the bottom:

.cc-featured-collection .slider__grid.grid {
    justify-content: center;
}
.cc-featured-collection .section__heading { 
    text-align: center;
}

Problem solved don’t forget to Like it and Mark it as Solution!
If you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Regards
Guleria

Hi @JeremySkeggs

Please add this code to Custom CSS of that section

.grid {
justify-content: center;
}

1 Like

Brilliant, Thanks for that

1 Like

You are very welcome!