Okay
  Public Ticket #263393
header problem after update
Closed

Comments

  • Jeppe started the conversation

    Hi,

    After updating to 4.5.2, I have encountered issues with the header not resizing properly. This results among other things in the mobile menu not being visible.

  •  8,839
    Tahir replied

    Hey Jeppe!

    Please see screenshot: http://prntscr.com/4ca3tl . There are a few files missing. Please add them to the child theme folder specifically responsive.css .

    Thanks


    ThemeNectar Support Team 

  • Jeppe replied

    Ok - that worked.

    Why is the responsive.css all of a sudden loaded from the child theme? That was never the case before.

    If you look at our frontpage in width aprox. 1000px to 1150px - you will notice, that the Headline text is moving up in the Header. Can you send me a fix for that?

    Thanks

  •  8,839
    Tahir replied

    Sure,

    Add this into the Custom CSS box located in your Salient Options panel :
    
    @media only screen and (min-width: 1001px) and (max-width:1180px) {
        
        #header-outer[data-transparent-header="true"] #logo img {
            height: 1.3em !important;
        }
    
    
    }
    
    Cheers


    ThemeNectar Support Team 

  • Jeppe replied

    Hi thanks,

    That almost solved it. Now there is only an issue between 1000px and 1012px.

  •  1,071
    ThemeNectar replied

    Hey Jeppe, this was actually an issue that was solved yesterday with the theme - if you redownload the responsive.css will load correctly as it used to when using a child theme now :)

  • Steve replied

    Hi,

    I think I have a similar problem - Can you step me through where to download the responsive.css, and where to put it in my wordpress folder structure (I can't find any child theme folder?) - like the steps I need to take to fix the header and the fontawesome issues?

    http://www.iflyflat.com.au/memberservices/

    Sorry - I'm not all that savvy

  •  8,839
    Tahir replied

    Hey Steve!

    I see you have updated to 4.8.1 . 

    Thanks


    ThemeNectar Support Team