• Resolved jaegergirl

    (@jaegergirl)


    How do I make the text in all columns of all my tables to align center? I cannot seem to write the CSS code that works and I don’t want to have to do one table at a time. Thank you.

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 this “Custom CSS”:

    .tablepress thead th,
    .tablepress tbody td {
      text-align: center;
    }

    Regards,
    Tobias

    Thread Starter jaegergirl

    (@jaegergirl)

    Oh thank you!! This is exactly what I needed. This is such a great plug in. So easy to use and your support is top notch!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change text in all columns of all tables to align center’ is closed to new replies.