Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Set column width on responsive table

$
0
0

Replies: 0

Hi Tobias
Thanks for the great plugin. I owe you some $$ for making this for all of us.
I’m wondering if there is a way to set the width of a specific column when using the responsive plugin. I found the thread where you suggest this to set the overall column width

.tablepress-id-7 thead th,
.tablepress-id-7 tbody td {
min-width: 200px;
}

Is there a way within this concept to set a specific column to a minimum width without impacting the others? I.e.
column 1 – 200px
column 2 – 200px
column 3 – 400px
column 4 – 200px

And a related question – could I use % here in instead?

.tablepress-id-7 thead th,
.tablepress-id-7 tbody td {
min-width: 20%;
}

column 1 – 20%
column 2 – 20%x
column 3 – 40%
column 4 – 20%

Thanks for your help


Viewing all articles
Browse latest Browse all 59525

Trending Articles