I have descriptions showing on the regular desktop menu, but when I switch to mobile menu, the descriptions are not showing.
Is there a thread that I’m missing that might help me do this?
Or some CSS specifically for mobile menu description that I can try?
Thank you.
Hey CharlieTh,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Unjunking.com
In desktop mode you can see descriptions inside rounded menu items.
When switches to mobile menu style…descriptions don’t show any more.
Does it need special css maybe?
Thanks for checking it out.
Hi,
Thanks for the clarification. Add this to quick css:
@media only screen and (max-width: 767px){
#top #header .av-menu-button > a .avia-menu-subtext {
display: block!important;
}}
Best regards,
Jordan Shannon
Perfecsh.Jordan! Thank you so much…exactly what I’d hoped!
Hi,
Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon