How to adjust image dimensions in a table
-
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)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.