Hello!
I just noticed an issue with tables. When I have the Table Purpose set to “Use the table to display tabular data” and the Responsive Styling set to “Make Entire Table Scrollable” the text does not wrap with the column width when the browser window is reduced. Any thoughts on how to resolve this?
Thanks so much!
Any thoughts on this?
Hi,
Thank you for using Enfold.
That is the default style or behaviour of the table if you set the Responsive Styling to “scrollable”. It will not inherit the width of the parent container, in this case, the column.
Best regards,
Ismael
I think there might be a misunderstanding of the issue. When the table is condensed even if I set the table to scroll able the columns still change sizes. When that happens the text does not wrap in the columns creating major display issues when viewing tables on mobile devices. See attached image.
Any thoughts?
Hi,
I see. Please add this in the Quick CSS field:
@media only screen and (max-width: 989px) {
.responsive .avia_scrollable_table .avia-data-table > thead > tr > th, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th, .responsive .avia_scrollable_table .avia-data-table > thead > tr > td, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
white-space: normal;
}
}
Best regards,
Ismael
Hi,
I think this is an known issue
https://kriesi.at/support/topic/tabel-make-entire-table-scrollable-error-enfold-3-6-1/
Regards Pete,