Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1158645
    Anders Olsson
    Participant

    Dear support !

    Thank you for an awesome product and great support!

    I am playing with Ubermenu and can’t get it right with the Search-button or the Woocommerce Cart.

    – The first image shows how it looks like on my live-site http://consciousbreathing.com/
    – The second image shows how it looks like on my test-site http://andningsfonden.se/. The test-site was cloned from the original site today so the only thing that differs is the Ubermenu.

    As you can see, the search-button and the cart are very small and on top of each other instead of side by side.

    It would be great if you can advise me on how to:
    1. Align the search-button + the cart to the right
    2. Change color to white
    3. Increase in size
    4. Make them show up side by side

    Thank you for your time
    /Anders Olsson, Conscious Breathing

    #1159040
    Jade
    Moderator

    Hi there,

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

    li.menu-item {
        float: left;
    }
    
    li.menu-item a {
        font-size: 14px;
        color: #fff;
        border-left: 1px solid #fff;
        padding: 15px 30px !important;
        line-height: 1.3em;
        display: block;
    }

    Hope this helps.

    #1166029
    Anders Olsson
    Participant

    Great, thanks a lot for helping out 🙂 !!
    /Anders

    #1166183
    Christian
    Moderator

    You’re welcome, Anders. Glad we could help. 🙂

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