Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1133663
    Smyek
    Participant

    Hi Themeco team !

    I checked into the forum to find a solution to my problem and found something but the code you provided doesn’t work for me.

    .x-navbar .x-nav > li > a {
    word-spacing: 30px;
    }

    I want to reduce the space between the words item in the menu. I need to add an item menu and as it is right now, if I do that, it makes the logo moving above the menu, and I don’t want that.

    FYI, i already have this code integrated in the custom CSS :

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: 0 4px 0 0 #a0d700 inset;
    -moz-box-shadow: 0 4px 0 0 #a0d700 inset;
    -webkit-box-shadow: 0 4px 0 0 #a0d700 inset;
    }

    Thanks for help !

    Cheers

    #1133664
    Smyek
    Participant
    This reply has been marked as private.
    #1133810
    Smyek
    Participant

    Ok I found the solution by myself 😉 Here is the piece of code I’ve added :

    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 10px;
    padding-right: 10px;
    }

    #1133866
    Rahul
    Moderator

    Glad you have sorted it out!

    If you have anything further to ask, let us know. We’d be happy to assist you with everything.

    Thanks for using the X-Theme.

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