Last column invisible
-
Hi Tobias,
I have a table with 4 columns and the first one I added display none. So only 3 are visible.I want my table to take only 1/3 of the width of my page but when I do that, the last column of my table is invisible. To see this column, my table need more than half of the width of my page even if 1/3 is really enough.. there’s a lot of space on the right to show that last column.. I tried a couple of things from other posts I’ve seen like ….
#wrapper .tablepress-id-88 {
width: auto !important;
}or
.tablepress-id-88 {
width: auto !important;
margin: 0 auto 1em;
}I also tried with a width for each column but it doesn’t work too… As soon as the table has more than 50% of the width of my page, the table is working well… strange..
- The topic ‘Last column invisible’ is closed to new replies.