Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1362537
    underthebo
    Participant

    URL : https://underthebo.com/
    WordPress : 4.7.2
    X Version: 4.6.4
    Cornerstone : Version 1.3.3

    Hi,

    We got a problem with the Mega Menu (see attached screen capture)
    For some reason the categories Rings and Small Wood Panel are jumping some columns…
    Any idea ?
    Thanks for your help.

    Pierre-Alain

    #1362666
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .desktop .x-nav .x-megamenu.col-4>.sub-menu>li:nth-child(4n) {
        clear: left;
    }
    .desktop .x-nav .x-megamenu.col-4>.sub-menu>li:nth-child(5n) {
        clear: none;
    }

    Hope that helps.

    #1374550
    underthebo
    Participant

    Hi Christopher,

    Sorry for late reply I was waiting for an Email to inform me of a reply that never come… how can I get informed when somebody reply to one of my post please ?

    Thank you very much for your answer,
    Your solution does not work but helped me to find one :

    .desktop .x-nav .x-megamenu.col-4>.sub-menu>li:nth-child(10) {
    clear: right;
    }

    Well done Christopher !

    #1374643
    Friech
    Moderator

    Hi There,

    Glad you sorted things out.

    There is a Subscribe link on the upper-right of your first post.

    Thanks.

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