Hello Sir or Madam,
I use the Enfold Theme with a menu on the left side. I use CSS to make the Logo on the top left smaller, but I cant see all the submenus.
.inner-container .logo a img {
width:34%;
margin-left: auto;
margin-right: auto;
}
When I hover over the Menu “Voltigieren” for example, I cant see all of the menu entries.
How can I fix this?
Best regards
Iloivar
Hey Iloivar,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_header_sidebar #header .av-main-nav > li:nth-child(n+7) .sub-menu {
top: auto;
bottom: 0;
}
Hope it helps :)
Best regards,
Nikko
Hi Nikko,
thank you for your answer.
Very smooth solution. Tank you very much!!! :-)
Best regards
Iloivar
Hi Iloivar,
You’re very much welcome and glad we could help. Thanks for using Enfold! Have a great day :)
Best regards,
Nikko