Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1343719
    thnicholl
    Participant

    Hi,

    I’ve looked everywhere, but can’t seem to find an option to change the vertical alignment of my flyout submenu:

    http://www.gardens-and-other-stories.com/

    Basically, I want to lower it a little so it’s aligned with the bottom of the navbar and not to the ubermenu.

    Thanks,

    Thibault

    #1344154
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .ubermenu-submenu-drop {
        margin-top: 12px !important;
    }

    Thanks.

    #1344977
    thnicholl
    Participant

    Perfect! Thanks!

    Quick other question re ubermenu: is there a way of styling top elements individually? I want to make the ‘Subscribe’ Button slightly smaller with a green background.

    Many thanks,

    #1345100
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can use CSS like this :

    .ubermenu-item-414 > .ubermenu-target {
      background-color: green;
      color: #fff !important;
    }
    
    .ubermenu-item-414 > .ubermenu-target:hover {
      background-color: red;
      color: #fff !important;
    }

    Hope this helps.

    #1348804
    thnicholl
    Participant

    Perfect. Thanks!

    #1348810
    Thai
    Moderator

    You’re most welcome 🙂

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