Hi there,
I was wondering how you would move the menu description above the menu item when you are using the left side menu like in for the photography and consulting demo.
Many thanks!
Hey,
Try adding this code to the Quick CSS / child theme style.css:
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext {
position: absolute;
top: 10px;
}
.html_header_sidebar #header .av-main-nav > li > a {
padding-top: 30px;
}
Best regards,
Josue