Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1222418

    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.

    #1222877

    Hey CharlieTh,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1223216

    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.

    #1223449

    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

    #1223524

    Perfecsh.Jordan! Thank you so much…exactly what I’d hoped!

    #1223546

    Hi,

    Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add descriptions to Mobile menu – full page’ is closed to new replies.