Home Forums WoodMart support forum Remove page padding (its on all pages) Reply To: Remove page padding (its on all pages)

#323303

Luke Nielsen
Keymaster

Hello,

I mean, the header has the indentation from below 40px so to the first section after the header you need to add “margin-top: -40px”

https://monosnap.com/file/pxN1LcIaMpstzDNn77NRNGiGQwxKn0

https://monosnap.com/file/GeArmvmIzun7L4dKv7zHhhvvIkhmRt

The main section with all content has a “margin-bottom 40px”

https://monosnap.com/file/sRcoFQpwuxyfz629McibffIPTo04Pt

if your HTML block is for pre footer or footer, you have to add a “margin-top: -40px” to it.

https://monosnap.com/file/wvwwQrTnIOv5uahKVkrvVs1Ic7afnX

https://monosnap.com/file/WonvXgQnkLjylvE0tpottkCQBlEhgB

If you want to remove this indent from below anywhere, you can use custom CSS code, in Theme Settings -> Custom CSS -> enter the code to the “Global Custom CSS” field.

Kind Regards