How can I align my collection list in one row using Debutify?

Hello,

I hope someone can help me.

I’m trying to get my collection list to all be the same height and run on one row under my header section. Please see below for their current position and where I would like them to be. I am using the debutify theme.

Any help is greatly appreciated.

Thanks

@VoyantJewellery

Please share your store URL!

Thanks!

https://shopradiantjewels.myshopify.com/

@VoyantJewellery

Please share your store front password.

Thanks!

Apologies. The Password is.

Thank you!

1 Like

@VoyantJewellery

Please add following css code assets/theme.scss.liquid bottom of the file.

@media only screen and (min-width: 1025.1px){
#FeaturedCollections-template--15412013564139__16374923750953d95c .large--four-twelfths {
    width: 18.333% !important;
}
}

Thanks!

1 Like

Amazing thank you!!!