Okay
  Public Ticket #555945
Header height changes upon scrolling
Closed

Comments

  • Jek started the conversation

    Hi there,

    There\'s this issue with the height of the header. The problem is the header height changes upon scrolling, as in the height decrease once i scroll down and back up. For a better illustration, i have attached the image below.

    Currently, i am using -5 Header Padding in the settings page. I am also using the custom CSS below for the header.


    @media only screen and (min-width: 1000px) {

    #header-outer {

    position: absolute!important;

    }

    header#top nav > ul.sf-menu {

    float: left !important;

    }

    #header-outer .row .col.span_9 {

    float: none !important;

    margin-left: 200px !important;

    }

    header#top nav > ul > li > a {

    font-weight: 900 !important;

    Appreciate your help.

    Cheers,

    Jac


  •  8,990
    Tahir replied

    Hey ,

    Please remove the negative padding as thats likely causing the issue. Add 5 instead.

    Thanks


    ThemeNectar Support Team 

  • Jek replied

    Great Tahir, thanks for catching the problem. It\'s ok now.

    Cheers,

    Jac