• Resolved benece

    (@benece)


    Hi,

    I’ve created a table with tablepress including only text data.
    i have few rowspans, i like to align texts vertically inside rowspans.

    you can see the test table here:
    https://ecesoner.com/table-test/

    for example i like to align 20 in row6,col2.

    What could I do to get it done?
    Thank you in advance,
    Ece

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.

    Unfortunately, your link asks for a password so that I can’t see the table ??

    Regards,
    Tobias

    Thread Starter benece

    (@benece)

    oh sorry i forgot to send the pass : 8888

    cheers
    Ece

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link!

    The quickest way to achieve this should be to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-2 tbody td {
    	vertical-align: top;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vertical text align inside connected rows in Tablepress’ is closed to new replies.