Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1246563
    organicinsights
    Participant

    How do i align the menu vertically with the logo.. so the logo appears right beside the menu
    align vertically in the middle.

    I’ve read all the forums on this and tried the css to no avail. Even if I remove the logo the text is still always higher up. Hmmmm.. Thank you for your insight.

    Also is there a way to narrow the menu bar width at the same time?

    Thanks again

    #1246566
    organicinsights
    Participant

    Oops …. Here’s the site
    http://mataresemarketing.com/

    Thanks again

    #1246648
    Lely
    Moderator

    Hello There,

    By default, Ubermenu is display as a block. That’s why it’s going down on the next line. If you want it to be inline with the logo, please add this custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    ubermenu.ubermenu-main {
        float: right;
        margin-top: -50px;
    }

    Hope this helps.

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