• Resolved pavelhajek

    (@pavelhajek)


    Hello Tobias,

    first of all let me thank you for your great plugin “TablePress”, really great stuff!

    I would need your hint on issue regarding aligment you can see on following picture .

    Is there a way how to have data aligned properly (so Monday, Wednesday and Friday) is exactly under each other? These days are entered in one cell (using “Enter” on keyboard to get them on each separate line). Do not know if this can be done using CSS or the data should be entered different way.

    I didn’t find similar topic in the forum hence I am asking.
    Thanks in advance for your help.
    Regards,
    Paul

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, please try add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    table.dataTable>tbody>tr.child span.dtr-data {
        display: inline-block;
        vertical-align: top;
    }

    Regards,
    Tobias

    Thread Starter pavelhajek

    (@pavelhajek)

    Hi Tobias,
    works great! :), Thanks for your fast response.
    I have already rated your plugin with 5 stars.
    Have a good day!
    Paul

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Text aligment issue in responsive(collapse) table type’ is closed to new replies.