• Resolved sstrand2022

    (@sstrand2022)


    Good day Tobias,
    I hope all is well. After applying the responsive=collapse to my mobile table, the data in the first collapsed row is wrapping into the next lines.

    Is it possible to keep the content aligned with the rest of the column data?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    For this, you can add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    table.dataTable>tbody>tr.child ul.dtr-details>li {
      display: flex;
    }

    (Note that we are reaching the limits of what I can offer as free support here in the forums, in particular as the TablePress Responsive Tables Extension that you are using here has been retired at the end of last year. Instead, it’s been integrated directly into the TablePress premium versions , with more features and a user interface, so that it’s no longer necessary to deal with error-prone Shortcode parameters. In addition, these premium version offer direct priority email support, which could be an option for you.)

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Responsive Collapse Data not Wrapping’ is closed to new replies.