Your cart is currently empty!
How to Add Spacing in [affiliates_woocommerce_orders] Results
—
by
Hey,
See screenshot. Not sure how I could go about cleaning up this view. It’s pretty smashed. Suggestions?
Thanks.
Screenshot
Posted in General Questions
Comments
3 responses to “How to Add Spacing in [affiliates_woocommerce_orders] Results”
Hey, thank you so much. That was a huge help.
Much appreciated.
You’re welcome!
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.