• Resolved cosmocanuck

    (@cosmocanuck)


    Hi! I’d like my submenu items to all float left, so that they aren’t kept in columns but just settle in against each other… like this: https://imgur.com/a/y6uZe4o

    Is that possible in Mega Menu, or do I need to do it another way?

    Thanks!

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

    (@megamenu)

    Hi cosmo,

    You’d need to set the Sub Menu Display Mode to “Mega Menu – Standard”, then use some custom CSS to set the width of each column/item to auto. We can help you with that if you could set up the sub menu and post a link to your site.

    Regards,
    Tom

    Thread Starter cosmocanuck

    (@cosmocanuck)

    Thanks Tom! Here is the link:

    https://www.myparkgate.com/wp2020/

    Adam

    Plugin Author megamenu

    (@megamenu)

    Hi Adam,

    Thanks. Please go to Mega Menu > Menu Themes > Custom Styling and add the following:

    @include desktop {
        #{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
            width: auto !important;
            clear: none !important;
        }
    }

    Regards,
    Tom

    Thread Starter cosmocanuck

    (@cosmocanuck)

    Thanks a million, Tom!

    Plugin Author megamenu

    (@megamenu)

    You’re welcome! I’ll set this to resolved.

    If you have a spare minute, would you mind leaving a quick review for the plugin at the bottom of this page? It would be much appreciated!

    Regards,
    Tom

    Thread Starter cosmocanuck

    (@cosmocanuck)

    Done! Thanks again!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Get all submenu items to float left, not in columns?’ is closed to new replies.