Hi!
On the smartphone, the description column is not displayed in the price table. What can I do to fix the problem?
Hey MK8587,
The pricing table on your setup only looks great on desktop and tablet.
The workaround I could suggest is to hide the pricing table on mobile and show a different one for mobile.
Hope this helps.
Best regards,
Nikko
How I can display a different table for mobile?
Hi,
You would want to figure out a way to best display your information on mobile. Can t be one column? 2 at most? Once this is figured out we can use css to hide it on everything but mobile.
Best regards,
Jordan Shannon
Hi,
yes, I need two colums, to show date and price (see on dektop). Not more.
Why I don’t get an answer? I started the post on 8 october.
Hi MK8587,
You can make a simple table with the html and paste it in the text block that will be shown only on mobile using the screen options.
Or you can try using this css:
@media only screen and (max-width: 767px) {
.responsive #top .pricing-table.avia-desc-col {
display: block;
}
}
Best regards,
Victoria