Image in the table didn’t resize
-
Hi, I want to ask how to at least make the image resize to a normal size and fit the theme. I’m using Fruitful theme and I know it is a bit narrower than other theme. For me as long as all the columns at the same size when I navigate to the next page of the table, it is okay.
I do use the CSS styling but I’m not sure why it didn’t use the fixed width that I input. Here is what I put in the custom CSS
.tablepress thead th,
.tablepress tfoot th {
background-color: #50c878;
}.tablepress .odd td {
background-color: #f4fcf7;
}.tablepress .even td {
background-color: #e5f7eb;
}.tablepress-id-N .column-4 {
width: 500px;
}.tablepress-id-N .column-4 {
padding: 1px;
}.tablepress-id-N {
width: auto;
margin: 0 auto 1em;
}.tablepress-style-3-column .column-3 {
width: 500px;
}Here is the link to the image http://imgur.com/a/3XMI0
The first and second image is the one that I have problem with. The first 100 entries didn’t have any problem even though I want the fourth column to be a bit bigger. The second 100 entries, the fourth column getting bigger than the theme.
The third and fourth image is the one that I use .tablepress-style-3-column in the extra CSS class, the size of the third column is slightly change but didn’t get bigger than the theme width.
All using full image
class= alignnone size-full
The topic ‘Image in the table didn’t resize’ is closed to new replies.