Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1195058
    BradN
    Participant

    I have mega menu installed and I want the right side of the rightmost navigation item to align with the content container of the entire site. Each top level navigation button seems to have built in padding, which is great, I just want to disable it on the outer most sides (in this instance, the right side).

    Any help is appreciated.

    #1195062
    BradN
    Participant
    This reply has been marked as private.
    #1195133
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Do you want something like this?

    If that is the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .ubermenu .ubermenu-nav > .ubermenu-item:last-child a,
    .ubermenu .ubermenu-nav > .ubermenu-item:nth-last-child(1) a{
        padding-right: 0 !important;
    }

    Hope this helps. Kindly let us know.

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