Hello. I’d like to modify the height of the footer.
It seems that I can’t find the theme.scss file. How can I make this modification?
I can search for files similar to CSS such as theme.liquid and styles.css.liquid.
The website address is https://myezwell.com/.
Hi @cjwglobal , Pls insert this code to your file css
@media (min-width: 768px) {
.section-footer__row-container .section-footer__row--blocks {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
Final Result:
Hope this can help you
Kind regards,
HDL-Shin
This is Noah from PageFly - Shopify Page Builder App
Hi @cjwglobal You can add code here to change height footer:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Or you can add code above in file base.css (but need remove 2 tag and ).
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly