Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Tobias!

    First of “Vielen Dank” for this FANTASTIC PLUGIN!!!!!!

    I seem to have the same problem:

    I managed to allign the text in the center of the rows but I am having trouble doing the same with the images.

    Could you please have a look at the following table:

    https://heartratemonitorreviews.net/heart-rate-monitor-test-post/

    Line 7 essentially shows the nature of the problem – but it will apply to most rows since I mainly work with Image Icons.

    Thank you so much for looking into it.

    Marc

    Hi there!

    I seemed to have found a solution:

    To center the images in a particular table (in this case table 59 I used the following CSS

    .tablepress-id-59 img {
    float: center;
    }

    Hope that helps.

    Marc

    Thread Starter Daria Offin

    (@dariafa)

    Well done MisterMarc! I will try it for sure!

    Thanks!

    Daria

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks to both of you for the question!

    Good to hear that you already found a possible solution!
    Does this fix the problem for both of you, or is this problem still open?

    Regards,
    Tobias

    Just in case someone comes here for an answer, you can’t float: center;
    Only left, right and none. I’m not trying to be a stickler, just in case someone sees this that is new to css.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, thanks for the hint! I totally missed that…

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Images do not vertically align but text does’ is closed to new replies.