Hi,
I don’t see my description column in price table when I reduce the resolution of the browser to mobile’s resolutions. I checked similar table price on your demo http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables (the second from the top) and there are the same issue
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.responsive .pricing-table.avia-desc-col {
display: block !important;
}
}
Cheers!
Josue
Thank you. OK now is visible but it is not useful solution. It is difficult to relate a description to the contents of the columns below. You should work on a better solution. Is there any chance on it?
Yeah the thing is, by default table columns stack when seeing in mobile, so the description column gets hidden, tables are definitely something with room for improvement. If you have any idea please post a request about it here.
Best regards,
Josue