Posted 4 years, 9 months ago
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?
Thank before
Adam
Posted 4 years, 9 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;
}
}
Posted 4 years, 9 months ago
Many thanks Brian, solved!
Posted 4 years, 9 months ago
You’re welcome 🙂
You must be logged in to reply to this topic.