Home › Forums › Support › WT Antique - Pricing table problem › Reply To: WT Antique - Pricing table problem

Posted 5 years, 2 months ago
Hi Adam,
I’m working on Antique update to rebuild the pricing tables. If you use Quix or SP Page builder, you can create three columns for each pricing table. By this way, the pricing table using bootstrap columns layout instead custom css width.
Or open custom.css file then add
@media only screen and (max-device-width: 1366px) and (min-device-width: 1024px) {
.single-table {
width: 359.2px !important;
}
}