Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    HI! This part of the My Account page is not formatted by our plugin – our plugin simply tells WooCommerce to add a button to the orders listing. Normally this is formatted as a button with the proper spacing too, but it looks like your theme does not include the proper button styles on this section. I recommend reaching out to your theme developers to ask them if they can apply the proper spacing and perhaps also add a background color (even with spacing, the two buttons could be seen as one “View Invoice” link).

    A quick fix could be to add the following CSS to your site:

    
    table.my_account_orders .woocommerce-button {
      background-color: #ddd !important;
      padding: 5px 10px !important;
      margin-right: 10px !important;
    }
    

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Can we make some space between order and invoice under orders tab on my account’ is closed to new replies.