Tagged: table
Hi there,
tablet and smartphone responsive view does not work properly. Columns scale adequately, but the text content doesn’t include line breaks. Is there a chance to fix that?
Regards,
Felix
Hey isarwerk,
Paste this code to Quick Css field or to your child theme styles.
@media only screen and (max-width: 767px) {
div .avia-table {
table-layout: initial;
}
}
Let us know if you have any more questions.
Best regards,
Victoria
Hi Victoria,
all right. Now the tables are horizontally scrollable in smaller devices. Nor the result I expected, but good.
Thank you,
Felix