Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1324369
    dladvocat
    Participant

    Hi,

    I’ve some problems with the navbar space buttons.
    I need to put the Cart button from WooCommerce in the same line than others.
    I only want the cart space in the button. Now its too large.

    My site: http://www.festefort.cat.mialias.net/

    #1324575
    Joao
    Moderator

    Hi There,

    Go to Appereance > Customizer > Header and adjust the link spacing.

    Hope it helps

    Joao

    #1324586
    dladvocat
    Participant

    Thank you. I can reduce the big button but the button does not come to the same line.

    Create a second line.

    #1325042
    Paul R
    Moderator

    Hi,

    Reduce Navbar Top Link Spacing (px) under Header > LINKS – ALIGNMENT in the customizer.

    See Video – http://screencast.com/t/uEywwlwulcj

    Hope that helps.

    #1325224
    dladvocat
    Participant

    My Navbar Top Link Spacing are 0

    #1325270
    dladvocat
    Participant
    This reply has been marked as private.
    #1325318
    Thai
    Moderator

    Hi There,

    Please find this CSS:

    .desktop .menu-item, .desktop .menu-item > a {
        width: 11em;
        text-align: center;
    }

    And change to this:

    .desktop .menu-item, .desktop .menu-item > a {
        width: 10em;
        text-align: center;
    }

    Hope it helps 🙂

    #1325374
    dladvocat
    Participant

    Yes! Thanks a lot!

    #1325389
    Thai
    Moderator

    If you need anything else please let us know.

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