Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221707
    pcomptoniwire
    Participant

    I’d like to have a menu with half of the menu items on the left, and the WooCommerce Shop items and About Information on the right. How can I accomplish this? I have UberMenu installed. I’ll give my login information in the next post.

    #1221708
    pcomptoniwire
    Participant
    This reply has been marked as private.
    #1221926
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1223174
    pcomptoniwire
    Participant
    This reply has been marked as private.
    #1223404
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the url. To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .ubermenu-responsive-default.ubermenu {
        width: calc(100% - 200px);
    }
    
    .ubermenu-nav #menu-item-116 {
        float: right;
    }

    Please notice that in the code we are using the menu item ID. You can apply the same by adding other menu item IDs. To find out the menu item ID, please right click on the page on your site and select “inspect element” and scroll down until you find code like this.

    You can also go to Appearance > Menus and hover your mouse pointer over the Remove or Cancel link for each menu item.<br>

    Hope this helps. Please let us know how it goes.

    #1224572
    pcomptoniwire
    Participant

    Worked Brilliantly!

    #1224916
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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