Columns with number / Format and align
-
Dear Tobias,
I read the FAQ’s the documentation and the forum blogs. I have to say I’m a real beginner using CSS so it might be an easy one.
My table: https://fosm.de/destillerien/
Columns 2 and 4 do have numbers in it. Both should be aligned right. As far as I understood I do have to add custom CSS. I did so (using the german version) in Einstellungen->Zusatz-CSS as follows:
.wp-table-reloaded-id-1 .column-2 { text-align: right; } .wp-table-reloaded-id-1 .column-4 { text-align: right; }
This seems not to affect the alignment at all. Did I miss something or is my CSS wrong?
Furthermore it would be great to have the numbers in column-4 shown as formatted
1.200.000 (instead of 1200000). Is this possible with CSS or where do I have to adjust this?Thank you very much for your help. Great Plugin!
BR
Peter
- The topic ‘Columns with number / Format and align’ is closed to new replies.