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.

    What you want to change is not the format, but the styling. In this case, it’s the vertical alignment. That is possible with some CSS code. Here, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 td {
      vertical-align: middle;
    }

    Regards,
    Tobias

    Thread Starter fonzarelli

    (@fonzarelli)

    That worked – Many thanks!!

    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 ‘Data Format in Each Row’ is closed to new replies.