Column Width Weird In Spite Of CSS
-
Hi, Tobias,
I am trying to build a table and put this code in settings / CSS-Code. But whatever I do the width doesn′t change. What can I do?
/* Breite von Spalte 1 */
#tablepress-id-3 .column-1 {
width: 400px;
}/* Breite von Spalte 2 */
#tablepress-id-3 .column-2 {
width: 20px;
}/* Breite von Spalte 3 */
#tablepress-id-3 .column-3 {
width: 20px;
}
- The topic ‘Column Width Weird In Spite Of CSS’ is closed to new replies.