Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1210611
    soycafe
    Participant

    Hi,
    I really like the functionality aspect of the Ubermenu. The issue I am having is I am not able to line up the menu with the logo. I would like the menu to be in-line with the log the same way it was within the renew stack. I’ve reviewed this site, https://community.theme.co/kb/integrated-plugins-ubermenu/ , but it did not help

    my site https://checkuptech.com

    Thank you for your help

    #1211004
    Rupok
    Member

    Hi there,

    Thanks for writing in!
    You can add this under Custom > CSS in the Customizer.

    .x-nav-wrap.desktop {
      float: right;
      margin-top: 5px;
      width: 75%;
    }

    Additionally I can see you have added phone number which is not lined properly. If you want to fix this then add the below code as well :

    .desktop .menu-item.x-menu-item.x-menu-item-search {
      display: inline-block;
      margin-top: 12px;
    }
    
    .desktop .menu-item.x-menu-item.x-menu-item-phone {
      display: inline-block;
      margin-left: 15px;
    }

    Hope this helps.

    #1211010
    soycafe
    Participant

    awesome! thanks

    #1211074
    soycafe
    Participant

    one last thing, since you helped me line up the phone number. I would like to also increase the font-size of the phone number.

    thanks

    #1211163
    Lely
    Moderator

    Hello There,

    You’re welcome!

    Please look for this custom CSS from your child theme’s style.css file:

    #x-menu-item-phone a {
        font-size: 13px;
        color: #fdb713;
    }

    Update to this:

    #x-menu-item-phone a {
        font-size: 17px; /*Adjust this accordingly. 17px is your other menu font size*/
        color: #fdb713;
    }

    Hope this helps.

    #1211967
    soycafe
    Participant

    Thank you!

    #1212126
    Jade
    Moderator

    You’re welcome!

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