How do I adjust the section height margins in a featured collection?

Hello!

Im trying to change the section height margins in the featured collection in liquid but I cannot find the code:

reinamadre.cl

If someone can help will be great!

Thanks

Hello @cariztia ,

Yu can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file or theme.css file

Add this following code at the bottom of page

.featured-collection-section {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 500px;
}

Save and preview

Hope this can help.

Transcy

Thanks for your quick response!

It didn’t work :confused:

I just have theme.js in the asset folder

Thanks!

Hello @cariztia

You can add code in sytle.css.liquid file instead

Hello @Transcy !! Thanks for your help!

I could do it, but this happen :confused: The section are below the other one.

Thanks!