CSS not working
-
Hi Tobias,
Am trying to create a certain formatting but it is not working, can you please help me out? For all columns in a table 4, I would like to centralize their text. However, for the last row of table 4, I would like it to be left aligned because the entire row is merged. This is the below code which I have tried. Thank you.
.tablepress-id-4 .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8 { text-align: center; } .tablepress-id-4 .row-5 { text-align: left; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CSS not working’ is closed to new replies.