How can I add more white space at the bottom of these pages? The text is too close to the footer. Discountotc.com pw Halo
1 Like
Hi @EZ7 ,
Try this.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
.shopify-policy__body {
margin-bottom: 50px;
}
Result:
I hope it help.
1 Like
That doesn’t work, unfortunately. Am I doing something wrong?
1 Like
Would you mind to fix a bit your base.css file?
Currently you have this.
Add curly brackets between this selector.
If the margin still not visible let me know.
Thanks!
Unfortunately, I cannot remove that, it is used for a different design aspect on my website. Is there any other way around this?
No im not telling to remove what Ive said there is a lacking bracket in your css code which can cause an error in the file.



