Okay
  Public Ticket #317403
Fixed Header on Responsive Website
Closed

Comments

  • Fraser started the conversation

    Hello!  

    I used your code to change the header to a fixed header--however, as I have responsive checked off, it creates an awkward gap and an offset menu.  Please help me :)

  •  8,844
    Tahir replied

    Hey!

    Try using this css instead: 

    #boxed #header-outer, #boxed #header-secondary-outer, #boxed #page-header-bg {
        position: absolute !important;
        width: 100% !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Fraser replied

    Thank yoU!  However, part of the top of each page is hidden underneath the mobile menu on mobile--some pages, the menu is missing.

  •  8,844
    Tahir replied

    Try using this then:

    #boxed #header-outer, #boxed #header-secondary-outer{
        position: absolute !important;
        width: 100% !important;
    }

    Thanks 


    ThemeNectar Support Team