Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #697208

    Hi,

    We’re aware that this is a known issue, but we would appreciate it if you took a quick look:

    Screenshot

    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

    #697236

    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

    #697246

    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

    #697248

    Update: I just figured it out by myself. Thanks anyway.

    Solution: add min-width: 100%!important;

    #697253

    Hi!

    You are welcome, glad we could help!
    Thank you for sharing your solution :)

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘table text overlapping on mobile’ is closed to new replies.