Repository › Forums › Support › WooCommerce Pricing Rules PRO › Price table not properly formatted › Reply To: Price table not properly formatted
July 6, 2017 at 11:35 am
#1619
Soft79
Keymaster
I see you managed to add the css already. For the spacing use this:
div.soft79-discount-description td, div.soft79-discount-description th {
padding: 1px 6px 1px 0;
}
Play around with the 4 numbers. First is top padding, second is right padding, third is bottom padding and 4th is left padding.