Columnwidth in CSS don’t work
-
Hello Tobias,
I have an issue with the custom css.
In table-id 3 I want to change the width of the first column to 30px and of the second column to 190px. Therefore I added the following lines:.tablepress thead th, .tablepress tbody td { text-align: left; } .tablepress-id-3 .column-1 { width: 30px !important; } .tablepress-id-3 .column-2 { width: 190px !important; }
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Columnwidth in CSS don’t work’ is closed to new replies.