Force Full Width & Stop Line Resizing
-
I have a table at the following link:
https://dailyfantasysportsaustralia.com/nba-moneyball-statistics/
There are two things that I am trying to do to improve the aesthetics, etc.
1) I would like the table to be forced to take up the full width of the screen.
I’ve tried the following, but it doesn’t work:
.entry-content .tablepress {
width: auto;
margin: 0 auto 1em;
}2) When I make my browser width smaller, some rows will double in size partially and the flow of the table is broken. I have the table split after column two to allow scrolling and this is where the issues stems from. Is there a way to fix this?
Cheers
morts81
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Force Full Width & Stop Line Resizing’ is closed to new replies.