Column text align center
-
Hi,
Awesome plugin, thank you for you effort!
(Im using the most recent version 1.6.1)
Im trying to center text in all tables on my site, except I always want column number 1 to be left aligned.
So I need:
Left – Center – Center – Center – etc..
Im trying to use:
.tablepress-id-2 .column-2,
.tablepress-id-2 .column-3,
.tablepress-id-2 .column-4,
.tablepress-id-2 .column-5,
.tablepress-id-2 .column-6, {
text-align: center;
}I know Im targeting a specific table in the above but thats only for testing. Not sure how I can make this apply to all tables?
Additionally it does not center anything for me on table with id 2.
Here is a link to my site:
http://backup.is/landvelar/shop/lagnaefni/ror/hathrysti-stal-og-rydfri/hathrysti-stal-og-rydfri/
I know almost nothing about css so I would appreciate if you could help me with this.
Thank you.
The topic ‘Column text align center’ is closed to new replies.