Repository › Forums › Support › WooCommerce Pricing Rules PRO › Price table not properly formatted › Reply To: Price table not properly formatted
July 6, 2017 at 10:50 am
#1617
Soft79
Keymaster
I’m no expert in css, but it seems the background color of the table ‘leaks out’ because <p class=”price”> floats left.
Try adding this css, it will remove the background color and looks a lot better:
div.soft79-discount-description {
background-color: transparent;
}