Centre Align Text within Cells
-
I’ve been trying to centre content within tables but I’ve had no luck.
The custom css I’m using:
.tablepress-id-3 .row-1 .column-3,
.tablepress-id-3 .row-1 .column-4,
.tablepress-id-3 .row-2 .column-3,
.tablepress-id-3 .row-2 .column-4,
.tablepress-id-3 .row-3 .column-3,
.tablepress-id-3 .row-3 .column-4,
.tablepress-id-3 .row-4 .column-3,
.tablepress-id-3 .row-4 .column-4,
.tablepress-id-3 .row-5 .column-3,
.tablepress-id-3 .row-5 .column-4,
{
text-align: center;
}Can you please advise?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Centre Align Text within Cells’ is closed to new replies.