Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #837137

    Updated a site to the latest version of enfold and now something has happened to our navbar. It’s completely gone.

    I had some custom css (in the general style tab of enfold) that makes the text switch to icons when the user scrolls.
    Also there appears to be a line on the far left i’m not sure where this is coming from.

    #837138
    This reply has been marked as private.
    #837849

    Hi Drebosio,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_header_sticky #header {
        position: fixed;
        min-width: 1310px;
        width: 100%;
        z-index: 2000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #838012

    Hey Victoria,

    This did the trick thanks!

    Any idea as to what caused the navbar to get shifted over?

    ** Edit **
    So i noticed the navbar is missing now on mobile? USed to have the burger 3lines but it appears it’s gone now :(

    • This reply was modified 7 years, 3 months ago by Drebosio.
    #838603

    Hi Drebosio,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .html_header_top.html_header_sticky #header {
        min-width: 100%;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #839015

    Hi Victoria,

    Works perfectly!!

    Thanks for the code! Can close this topic :)

    #839180

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Updated theme causing nav issue?’ is closed to new replies.