Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #819850

    Long story, but this site was both lost and recovered by my client’s host provider. I’m working to restore everything back to how it was, but the navigation is stuck to the left. I can’t for the life of me figure out what it is causing it. ETA, I did deactivate the few plugins I have on here and it’s not the issue.

    Styles show it’s still center aligned??
    https://tinyurl.com/ybczqq6s

    • This topic was modified 6 years, 8 months ago by janeyj.
    #820009

    Hey janeyj,

    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_bottom_nav_header #header_main_alternate .main_menu {
        width: auto;
        float: left;
        left: 50%;
        webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #820181

    Perfect. THANKS!

    #820182

    Hi Victoria, I had same issue with Enfold 4.1. It did on desktop fine but on mobile items like burger menu, search icon and basket icon do now overlap with logo.

    #820362

    Hi adrianwackernah,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #820378
    #821375

    Hi adrianwackernah,

    Looks fine to me. (screenshot in private) Or is it supposed to look different?

    Best regards,
    Victoria

    #821376

    Hi janeyj,

    Glad we could help :)

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.