Tagged: Pricing Table
http://cctaxi.papyrusdocument.com/pages/pricing/
On the page above, I have tried several ways of displaying the pricing table, but each time I am getting the columns at 50% width, and extra borders showing. Any advice?
Hi,
Did you edit anything on the css files? Please add this on your Quick CSS:
.pricing-table {
width: 100%;
margin: 0 !important;
}
Regards,
Ismael
That fixed it, thanks!