i would like to Decrease padding between newsletter and social icon(s) so that it is equal to the padding between the currency box and the divider line - see attached
URL golazocasesuk.myshopify.com
trade: theme
i would like to Decrease padding between newsletter and social icon(s) so that it is equal to the padding between the currency box and the divider line - see attached
URL golazocasesuk.myshopify.com
trade: theme
Hi @golazocases ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file base.css
Step 3. Add this code at the end of file
footer {
padding-top: 0!important
}
.footer-block--newsletter {
margin-top: 0!important
}
Result
If it helps you, please like and mark it as the solution.
Best Regards