• Resolved willemfm

    (@willemfm)


    Hi Tobias,

    I cannot figure out how to horizontally center the images in a table cell.

    But not vertically centered.

    I have two columns that contain images in all rows. I’d like them all centered horizontally.

    Thank you!
    Willem.

    The page I need help with: [log in to see the link]

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 that, please replace the “Custom CSS”

    .tablepress-id-1 img {
    	margin: 0;
    }

    that you currently have with

    .tablepress-id-1 img {
    	margin: 0 auto;
    }

    Regards,
    Tobias

    Thread Starter willemfm

    (@willemfm)

    Thank you, Tobias! I’ve just posted a review.

    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 ‘Center image in cell’ is closed to new replies.