Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251875

    Hi,

    I have implemented a 2 column mega menu and managed to fix it’s position but I can’t seem to get rid of the spacing between the links. I assumed it would be line height or top and bottom padding.

    Can you help?

    A link is on the reply below.

    #1251876
    This reply has been marked as private.
    #1252046
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > custom > CSS

    .desktop .x-nav .x-megamenu.col-2>.sub-menu>li {
        margin: 0px;
    }

    Hope that helps

    Joao

    #1252971

    Thanks Joao, That worked.

    The links are not spaced evenly for some reason. There are gaps between the links (blank spaces).

    Any ideas?

    Thanks

    #1253037
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! To remove the gaps between the links, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .desktop .x-nav .x-megamenu.col-2>.sub-menu>li:nth-child(3n) {
        clear: none !important;
    }

    Hope this helps. Please let us know how it goes.

    #1253135

    Thanks Rue, That’s great

    #1253198
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

  • <script> jQuery(function($){ $("#no-reply-1251875 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>