WT Antique - Pricing table problem

Home Forums Support WT Antique - Pricing table problem


Hi Brian!

I have a problem.
At a resolution of 1366 / x, the price table slides to the left.
The problem is not on my side, but the original system.

What is the solution?
pricingtable

Thank before
Adam


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

Many thanks Brian, solved!


You’re welcome 🙂

You must be logged in to reply to this topic.