• Resolved sambdfw

    (@sambdfw)


    Greetings. Please guide how to adjust image dimensions in a table cell?

    So, the first column in the entire table will have images and I want to display them in a consistent way (i.e. same width and height). I tried the following code but it doesn’t work:

    .tablepress-id-N .column-1 {
    /* Or whatever column number */
    width: 30%; /* Adjust the percentage as needed */
    }

    Your feedback will be appreciated. Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    To make this work, you will need to change the N in the CSS selector to the table ID of the table in question. Can you please try that?

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.