Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi chakladar,

    (thanks for the review!)

    The menu links fill the whole width when displayed in a flyout menu.

    When they’re displayed in a Mega Menu (like this: https://screencast.com/t/JpCabv5P1Pa) I don’t think they should fill the whole width as they’re just meant to look like normal content/lists of links (and in this situation its unusual to have the links being 100% wide).

    Its quite easy to get them to be 100% wide though, please add this into the custom CSS for your menu theme:

    #{$wrap} #{$menu} {
        li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
            display: inline-block;
            width: 100%;
        }
    }

    Regards,
    Tom

    Plugin Author megamenu

    (@megamenu)

    This change is in the latest version, I will probably apply it to 3rd level items in the next version too ??

    Regards,
    Tom

    Thread Starter chakladar

    (@chakladar)

    Thanks, I solved it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu link clickable area change needed.’ is closed to new replies.