Tagged: Pricing Table
Hi Guys,
My Pricing tables dont fill out http://angrybully.com.au/services/local-marketing/
I put this in the quick css with no luck
.pricing-table {
width: 100%;
margin: 0 !important;
}
Any ideas?
Hi,
I’m not sure if this is what you want. A screenshot will help. Use this on your custom.css or Quick CSS:
.avia-center-col.pricing-table {
text-align: center;
width: 100%;
}
.pricing-table {
width: 100%;
margin: 0 !important;
padding: 0 !important;
}
Regards,
Ismael
Thanks Ismael, Fixed!