Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1296910

    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

    #1297259

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.