Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1142739
    marcooos
    Participant

    Hi there, I’ve made an image (attached) which shows what I’m trying to achieve.

    When I add the woocomerce navbar menu it throws off the alignment of the menu, I’d like to fix that.

    Any help would be greatly appreciated.

    #1142741
    marcooos
    Participant
    This reply has been marked as private.
    #1142922
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS

    .x-navbar-static-active .x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a, .x-navbar-fixed-top-active .x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a {
        position: absolute;
        width: 250px;
    }
    
    .x-navbar .desktop .x-nav > li.x-menu-item-woocommerce {
        margin-left: 0 !important
    }

    Hope that helps. 🙂

    #1142947
    marcooos
    Participant

    You’re the best!

    #1143184
    Rahul
    Moderator

    Glad to hear that.

    Thanks for using the X Theme.

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