Tagged: logo center, menu sides, not clickable
Hey Enfold Team,
great theme and I can mostly google myself out of any issues and find a solution here.
A client wanted the logo on his website centered, and the menu to the left and right of it. Perfectly reasonable, and i found a solution here to achieve the desired result.
But i guess i probably made a mistake, or didn’t think about something – and now I can’t properly click the Logo to get back to the homepage.
The link works, but can currently only be targeted above or below the navigation menu. From the area that can’t be clicked, it seems like the “avia-menu av-main-nav-wrap” overlays on top of the logo and blocks the area, but i can’t seem to fix it through my, admiteddly rather limited css skills.
Any quick fixes?
Website and Admin Login in Private Content
Hey padclip,
Thank you for the link to your site and the screenshot, try adding this css:
#header_main .logo {
z-index: 3;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
That did the trick!
Thanks, guess I just tried working with the wrong classes to change the z-index.