Okay
  Public Ticket #1378484
Header Text Jumps Down after page load
Closed

Comments

  • DevelopingZack started the conversation

    The text in all the headers, load at midway down the header. Then once the page is fully loaded the text jumps down something like 20ish pixels. This issue is not limited to my website, it also occurs if I load a page straight from the download package.

  •  522
    Nikita replied

    Hi.

    The script calculates height of navigation and added top padding on the header. You can add this padding for banners in custom CSS.

    .nk-header-title .nk-header-table {
        padding-top: 137px;
    }
    

    Also small enchancement for jumping header will be added in the next template update.

    Best regards, nK.