Remove page padding (its on all pages)
-
Hello
Every page has 40px padding on top and bottom. How to remove them?
Hello,
The header and the section with all content have a standard indentation from below, to compensate for that indentation, you need to add a negative value to the first section, pre footer, or footer.
https://gyazo.com/117cae37caec3124876bd77c85aef866
Kind Regards
Hello
Just to clarify, you mean whenever I create a html block, I have to add -40 margin top and bottom. Can you confirm?
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