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
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
The section are below the other one.
Thanks!