Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1284293
    BradN
    Participant

    Hi,

    In tidying up the menu for a client presentation we noticed that one of the submenu items has become wrapped incorrectly. We don’t know why it is doing this.

    It is under the services heading in the main menu. We have it set up as a 1/4, so the 5th submenu header starts a new row. But our 8th submenu item has wrapped onto a 3rd row.

    Any help is much appreciated.

    Thanks!

    #1284302
    BradN
    Participant
    This reply has been marked as private.
    #1284379
    Lely
    Moderator

    Hello Brad,

    Please try adding the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .ubermenu .ubermenu-autoclear>.ubermenu-column-1-4:nth-child(4n+1) {
        clear: none;
    }

    Upon checking, it is part of the Ubermenu CSS. I will forward this to our developer for investigation.

    #1284685
    BradN
    Participant

    Thanks Lely – that worked perfectly.

    I do have one other question regarding the menu, and it may very well be ubermenu css as well, but the horizontal divider bar has padding on the left, but no padding on the right. Is there a way to force padding for the horizontal divider on the right, to match it up with the padding on the left?

    Thanks again for your continued support.

    Brad

    #1284857
    Jade
    Moderator

    Hi Brad,

    You can add this under Custom > CSS in the Customizer.

    .ubermenu .ubermenu-divider {
        padding: 20px 30px 20px 5px !important;
    }

    Hope this helps.

    #1284925
    BradN
    Participant

    Brilliant! Thanks 🙂

    #1284968
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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