How to Add Spacing in [affiliates_woocommerce_orders] Results

Hey,
See screenshot. Not sure how I could go about cleaning up this view. It’s pretty smashed. Suggestions?
Thanks.
Screenshot


Comments

3 responses to “How to Add Spacing in [affiliates_woocommerce_orders] Results”

  1. Hey, thank you so much. That was a huge help.
    Much appreciated.

    1. You’re welcome!

  2. Hi David,
    Probably your theme’s tables css have padding 0px.
    You can try adding in your styles.css theme file, something like this:
    table.order_details td, table.order_details th {
    padding: 1.4em;
    }

    Kind Regards,
    Antonio B.

Share