Centering images within cells
-
Hi Tobias,
I’m trying to center some images within some cells and am unable to do so. The cells also has text in them and I’ve used the following code to successfully center the text:
}.tablepress-id-8 .row-1 .column-1,
.tablepress-id-8 .row-1 .column-2,
.tablepress-id-8 .row-1 .column-3,
.tablepress-id-8 .row-1 .column-4 {
text-align: center;
}So now the text is centered but the images aren’t.
I’ve looked through the FAQ and other threads that seemed relevant to my question and have tried a few of the codes you suggested to others but I haven’t been able to find any that works.
Can you suggest any coding that might work?
Thanks so much!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Centering images within cells’ is closed to new replies.