Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1075267
    markusp80
    Participant

    Hi!

    See attached screenshot. It seems to me that there are different spaces between the submenu items? Any way to fix this so the distance is the same between them?

    /Markus

    #1075269
    markusp80
    Participant
    #1075769
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The sub menu items are not of the same width yet you have set a minimum width of 100 pixels. There are menu items that is just less than 100 pixels. This is the reason why they have different spaces in between. To resolve this issue, please update your custom css and use this instead:

    .ubermenu .ubermenu-submenu .ubermenu-column-auto {
        min-width: 40px;
        width: auto;
    }

    And after making your changes, since you have install W3 Total Cache, please do not to clear all caches so that the code from the latest changes is always in use. This will help you to avoid any potential errors.

    Please let us know how it goes.

    #1076198
    markusp80
    Participant

    Hi Rue!

    Thank you for the explanation, that worked perfect! 🙂

    BR, Markus

    #1076301
    Nabeel A
    Moderator

    Glad we could help.

    Cheers!

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