Hi,
I got a problem,
I tried to make a page (as a landing page) hiding the header and the footer with the Smart Child Settings, but I got a big white space on mobiles at the top of the page as a result, I think is a theme bug,
This is the link where you can see the issue: http://lbsenergy.com/no-headers-test
And here you have a screenshot: https://drive.google.com/open?id=1Iq6qD-mJWd_hdkZr-fdAKn2NQ-BLtNAM
help
Hi,
Thank you for writing and sorry for the delayed response.
Would you please try adding the following CSS?
@media only all and (max-width: 1023px) {
body[data-header-mobile-fixed] {
margin-top: initial !important;
}
}
Best,
Juan.
Thanks for the follow-up.
That’s great.
Have a nice day,
Juan.