Equal columns in responsive table
-
Hi Tobias,
I’m using your responsive tablepress plugin.
I tried to get equal columns in for the desktop table, so I used this CSS from the FAQ:.tablepress-id-N .column-2 {
width: 100px;
}But this code makes looking my mobile flip mode table terrible, so i added this code:
.tablepress-id-1 td,
.tablepress-id-1 th {
height: 41px;
}The mobile table does look ok now for a WP and CSS newbie like me, but now the columns in the desktop table aren’t eqaual again and the CSS code for columns doesn’t work.
https://i.imgur.com/PXHytxA.pngCan you help me with the correct CSS?
Thank you in advance.
Best regards
Andi
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Equal columns in responsive table’ is closed to new replies.