Reply To: WT Antique - Pricing table problem

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


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;
}  
}