Rotated columns
-
Hi Tobias,
You helped me with this table (bottom of the page of the attached link) some time ago. A colleague was trying to edit the content, and it seems that some of my content got messed up. Some of the content of my rotated text is now overlapping some of the other text. Can you help me fix this please?
Here is all the CSS code I currently have going on related to this table:.tablepress-id-175 .rotate { display: inline-block; white-space: nowrap; transform: translate(0,100%) rotate(-90deg); transform-origin: 0 0; vertical-align: bottom; } .tablepress-id-175 .rotate:before { content: ""; float: right; margin-top: 100%; } .tablepress-id-175 .rotate:after { content: ""; display: inline-block; } .tablepress-id-175 .column-1 { width: 20% !important; } .tablepress-id-175 .column-2 { width: 15% !important; } .tablepress-id-175 .column-3 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-4 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-5 { width: 15% !important; } .tablepress-id-175 .column-6 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-7 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-8 { width: 15% !important; } .tablepress-id-175 .column-9 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-10 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-11 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-12 { width: 15% !important; } .tablepress-id-175 .column-13 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-14 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-15 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 .column-16 .rotate { width: 20px; top: 200px; position: relative; } .tablepress-id-175 tbody .column-1, .tablepress-id-175 tbody .column-2, .tablepress-id-175 tbody .column-5, .tablepress-id-175 tbody .column-8, .tablepress-id-175 tbody .column-12, .tablepress-id-175 tbody .column-15 { border-left: 1px solid #000000 !important; } .tablepress-id-175 tbody .column-16 { border-right: 1px solid #000000 !important; } .tablepress-id-175 tbody .row-2, .tablepress-id-175 tbody .row-6, .tablepress-id-175 tbody .row-7, .tablepress-id-175 tbody .row-11, .tablepress-id-175 tbody .row-12, .tablepress-id-175 tbody .row-15 { border-bottom: 1px solid #000000 !important; }
On top of all that, the table is spilling out very far to the right hand side and is not really working with the page.
Thanks!
- This topic was modified 5 years, 11 months ago by .
- This topic was modified 5 years, 11 months ago by .
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Rotated columns’ is closed to new replies.