I am looking to remove top and bottom padding of the yellow section of my footer: https://printedgiftbox.com/
At "inspect elements" it shows up as "padding top" and "padding bottom" both 60px. Where do I change it in SCSS?
Thanks a bunch.
Solved! Go to the solution
This is an accepted solution.
please place this code at the end of theme.liquid
.site-footer{
padding: 0px !important;
}
it's my pleasure to help you
User | Count |
---|---|
446 | |
187 | |
139 | |
61 | |
44 |