Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    As it seems, you are only centering the text in the first and second columns. For the images, you’ll also need slightly different CSS. Please try this:

    .tablepress-id-1 td {
      text-align: center;
      vertical-align: middle;
    }
    .tablepress-id-1 img {
      margin: 0 auto;
    }

    Regards,
    Tobias

    Thread Starter sblake45

    (@sblake45)

    thank you, thank you, thank you!

    Thread Starter sblake45

    (@sblake45)

    Thanks!!!!

    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!

    Hi,

    how can we do when there are multiple tables in a row?

    Thank you for this great plugin :). It’s just a shame not to have shortcuts to (for example) bold, italic, center, etc. … When you’re not a pro CSS or html like me … lolll

    thank you

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    “Multiple tables in a row”? Can you explain that and maybe post a link to the page with the table?

    Regarding those shortcuts: For some styling options, this is possible with the buttons in the “Advanced Editor” for which you can find a button below the table input fields.

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Center text in table’ is closed to new replies.