Image and column size
-
Hello !
I use tablepress on my website here : https://pepitesetnuggets.com/
I want to be able to change the image size with the CSS but don’t know how to do it.
Also, I’d like to resize the column size by percentage but once again, I think it’s not working.I tried to use this :
.tablepress-id-1 .column-1 {
width: 75px;
}
But the size is not changing. So I tried to change the image size of column 1 :.tablepress-id-6 img {
width: 50%;
}
But once again, it isn’t working. Is my CSS wrong or did I forgot something inside the tablepress plugin ?Thanks,
Jérémie
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Image and column size’ is closed to new replies.