Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #905445

    How can I make the padding between submenu items smaller?
    Thanks

    #905494

    Hey robnelson4,

    Try to replace this css code you have:

    #avia-menu li a {
        height: 100px!important;
        line-height: 100px!important;
    }

    with:

    #avia-menu > li > a {
        height: 100px!important;
        line-height: 100px!important;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    #905712

    Gah, so close! Thanks

    #905719

    Hi,

    I’m glad Nikko was able to help. If you need further help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Submenu spacing/padding’ is closed to new replies.