Hey, thanks in advance for your attention 
I need help with this theme since the slide banner and the one right below is too large. I want to reduce the height of the slide banner and make the second one as wide as the product section.
Also, if I wanted only to reduce both banners in height, Is it possible?
Best,
https://www.holycosmetics.com.br/
Hello @BeaCunhas ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file (or theme.scss.liquid file)
Add this following code at the bottom of page
.slide-banner {
height: 300px;
}
.second-banner-container {
width: 100%;
}
Save and preview
Hope this can help.
Transcy
Hey,
Thanks for replying
Unfortunately, the code isn’t working.
The assets section of the theme doesn’t have base.css file or theme.scss.liquid file. I’ve searched for something that was close to what you suggested. But when I applied the code, the theme went 404 error.