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

    (@tobiasbg)

    Hi,

    good to hear that this helped! 🙂

    To add that border, please extend the CSS to

    .tablepress td {
      border: 1px solid #000000 !important;
    }

    Then, to also center the table name, you can use

    .tablepress-table-name {
      text-align: center;
    }

    Regards,
    Tobias

    Perfect again … thank you!!! 🙂

    Regards,
    Erik

    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 - 16 through 18 (of 18 total)

The topic ‘Align row text’ is closed to new replies.