Table Width Issue (columns and overall width)
-
About a third of the way down this page:
https://cyclesofhistory.com/poiuy09876/uranusneptune-1993-2165/
there’s a “Test Table’ using Table press – the idea is to present all the data on the page like that, but I can’t seem to get it to look the same as the rest of the content – the left column and the right column are both too wide (viewed in Chrome on Mac, at least).
I’ve been trying to get the column widths ‘thinner’ with the following custom CSS (all tables to look the same, so no IDs needed), but with no success – can you advise please
.tablepress .odd td { background-color: #4c7f7f; } .tablepress .even td { background-color: #264040; } .tablepress, .tablepress tr, .tablepress tbody td, .tablepress thead th, .tablepress tfoot th { border: none; } .tablepress tbody td, .tablepress thead th { padding-left: 0; } .tablepress .column-1 { width: 97px; } .tablepress .column-2 { width: 500px; } #wrapper .tablepress { width: auto; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Table Width Issue (columns and overall width)’ is closed to new replies.