Looking to decrease padding on the footer - the spacing is too wide currently. Shown in screenshot.
Hi @duart2023 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
@BSSCommerce-HDL Thank you! Is there also a way to decrease the padding for the copyright title - i.e. [email removed] 2024 Duo Arthouse?
Hi @duart2023
- Go to Online Store → Theme → Edit code.
- Find the file assets/base.css and paste the code below at the bottom of the file.
div#pagefooter .section-footer__row.section-footer__row--blocks {
padding-bottom: 10px !important;
}
Hi @duart2023 , You can try with this code:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
@BSSCommerce-HDL That worked thank you! I do have one more question for decreasing padding. Is there a way to decrease the padding between the ‘Spread the Fine Art’ and ‘Tag Us to be Featured’ section? Thank you so much for your help.
URL: duoarthouse.com.au
Hi @duart2023 , You can try with this code:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
This is perfect, thank you!!
@duart2023 , No problem. Glad to help you ![]()
This code did not work…nothing changed. ![]()





