Hi,
We’re aware that this is a known issue, but we would appreciate it if you took a quick look:
As you can see on the screenshot above or link below on mobile, we only have 2 columns in this table and the text overlaps. It’s a scrollable data table.
Is it possible that the text in the left column is displayed on a second line within the cell in order to prevent overlapping?
Best regards,
Michel & Aline
Hi Aline!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.avia_scrollable_table .avia-table {
width: auto;
}}
Best regards,
Yigit
Great Yigit, thanks. Now the tables with less content are not full width anymore,
is it possible to add the requirement that the minimum width is always full width (looks better on mobile)?
Best regards,
Michel & Aline
Update: I just figured it out by myself. Thanks anyway.
Solution: add min-width: 100%!important;