Hello
There seems to be a bug on certain devices, mainly on tablets in portrait mode, where a large gap is added between the header and the contents.
I was able to simulate this by resizing the browser, please check the screencast in private.
I managed to get a quick fix, by adding a -100px whitespace line only visible for those devices, but this is not a good solution.
Any help on this one would be appreciated.
Thank you
Hey sitesme,
Thanks for the screencast. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) and (max-width: 991px) {
.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 0 !important;
}
}
Best regards,
Rikard