At the bottom of the store home page, there is a section divider that doesn’t show up in the Editor and the footer has 0 padding/margin.
How can I add padding to the top of the footer?
At the bottom of the store home page, there is a section divider that doesn’t show up in the Editor and the footer has 0 padding/margin.
How can I add padding to the top of the footer?
whats your store url???
Edited to include the url
add below css at the bottom of your theme.scss file
footer.site-footer .wrapper {
padding-top: 3rem;
}
Thanks