Responsive scroll table column width
-
Hello, I added a Tablepress generated table to a page on the website I’m designing. I installed the responsive tables extension and I set the table to scroll. When the website is shown on mobile the table goes to scroll mode but the columns are too small, is there a way to change the column width?
I tried changing the css but it doesn’t seem to work, I added this CSS code:
.tablepress-id-3 .column-1 {
text-align: left;
width: 15%;
font-weight: normal;
line-height: 2;
}.tablepress-id-3 .column-2,
.tablepress-id-3 .column-3,
.tablepress-id-3 .column-4,
.tablepress-id-3 .column-5,
.tablepress-id-3 .column-6 {width: 17%;
}Thank you.
The page I need help with: [log in to see the link]
The topic ‘Responsive scroll table column width’ is closed to new replies.