Forums
Home / Plugin: WP-Table Reloaded / Right Justify a column
(@bleupelikan)
13 years, 6 months ago
How do I right justify a column of currency values?
(@tobiasbg)
Hi,
this can be done through CSS code.
Just paste the following code into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:
.wp-table-reloaded-id-123 .column-5 { text-align: right; }
Change the table ID and column number accordingly.
Best wishes, Tobias