When a new page is loading, the big image at the left is first placed to high and then will drop a bit on it's place. This effect you can see in the DEMO version of Decor too.
Is it possible to switch off this effect? And if so, where do I do that?
Thank you for your feedback,
Moon

    larotonde

    In the file: /templates/gk_decor/css/template.css

    You can remove this css rule - at approx line 9016:

    @media (min-width: 1040px) {
      html #gkHeader.affix + #gkPageContent #gkMastHead {
        top: 72px;
      }
    }
    html #gkHeader.affix + #gkPageContent #gkMastHead .gkMasthead-wrap {
      height: calc(100vh - 72px - 1px);
    }
    Write a Reply...
    You need to Login to view replies.