Align column by several pixels
-
I would like to move the cell data in all my tables by a few pixels to the right. Centering the data is too much. Is there a way CSS code can move the cell data by three or four spaces to the right?
This is what I used to center align the column, but it’s too much.
.tablepress thead th,
.tablepress .column-1,
.tablepress .column-2 {
text-align: center;
}Thanks,
Kurt
https://bladeelectionresults.com
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Align column by several pixels’ is closed to new replies.