What is the right way to disable the padding-top 40px set for every page ?
-
Hello,
What is the right way to disable the padding-top 40px set for every page to #main-page-wrapper? Take a look at the capture to see what I mean: https://i.gyazo.com/8ac850539a1aad839814be6303e05c34.png
Thansk.
Hello,
Just give a negative margin for the first section of the page and that space will gone.
https://take.ms/xUZ2B
Kind Regards
Hello,
Ok, but in this way I have to do it in every page and then test it in mobile device, etc.
Is there a way to do it using CSS or settings in the theme?
Thanks.
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.website-wrapper .main-page-wrapper {
padding-top: 0;
}
Regards