Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1010773
    DotComID
    Participant

    Dear Support,

    How to make a mega menu with smaller columns and his position is in the middle of the main menu.

    #1010903
    Paul R
    Moderator

    Hi,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1012256
    DotComID
    Participant
    This reply has been marked as private.
    #1012463
    Paul R
    Moderator

    Hi,

    Thank you for providing your url.

    To achieve that, you can add this under Custom > CSS in the Customizer.

    
    .desktop .x-nav .x-megamenu.col-5>.sub-menu>li {
        float: none;
        width: 20%;
        display: inline-block;
        text-align: left;
    }
    
    .desktop .x-nav .x-megamenu.col-5>.sub-menu {
       text-align:center;
    }
    

    Hope that helps.

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