• Resolved mixam

    (@mixam)


    Good afternoon.
    How to place text in the menu item in two lines?
    And how to limit the width of each top menu item?

    The page I need help with: [log in to see the link]

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

    (@megamenu)

    Hi mixam,

    Thanks for posting a link. It looks like you have solved both issues. If not please let me know and I will take another look.

    Regards,
    Tom

    Thread Starter mixam

    (@mixam)

    Yes, I solved the problem myself, sorry to bother you.

    ngulisek

    (@ngulisek)

    I am Having this issue and cannot figure out how to solve it. The menu items do not break after each listing.

    Thank you for any help you can provide,

    Nick

    Thread Starter mixam

    (@mixam)

    I added in a custom design of the plugin the following:

    /** Push menu onto new line **/
    #{$wrap} {
    clear: both;
    }

    #{$wrap} #{$menu} > li.mega-menu-item {
    max-width: 150px;
    }

    #{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.5;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to place text in the menu item in two lines?’ is closed to new replies.