Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020334
    Dadparvar
    Participant

    Hi,

    As you see in the screenshot attached, when I activate UberMenu, the site name (instead of logo) appears in a separate line and so it fills two rows and more space of the page.
    http://uupload.ir/files/axl_2016-06-01_20-56-42.png

    How to set it just like default menu, to be appeared just in right side of links on menu bar?

    Thanks

    #1020336
    Dadparvar
    Participant
    This reply has been marked as private.
    #1020823
    Darshana
    Moderator

    Hi there,

    Could you please try adding the following CSS under Customizer, Custom > CSS section.

    
    .ubermenu {
        left: 0;
        position: fixed;
        top: 10px;
        max-width: 700px;
    }
    

    Hope that helps.

    #1020842
    Dadparvar
    Participant

    This fixes the problem and the site’s name comes in the same line of menu, but it limits the width of submenu as you see in screenshot and can’t have full sub menu. Even when I removed 700px or even decreased it.

    #1021460
    Lely
    Moderator

    Hi There,

    Please update above CSS to this:

    .ubermenu {
        left: 0;
        position: fixed;
        top: 10px;
        width: 100%;
    }

    Hope this helps.

    #1021934
    Dadparvar
    Participant

    Thanks

    This just fixed the issue.

    #1022189
    Joao
    Moderator

    Great to hear it.

    Let us know if you need help with anything else.

    Joao

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