Is there any reason why the text alignment in theme.css line 1300 is set to:
.data-table .a-right {
text-align:center !important;
This is what the result of this style is:
http://www.360tacticalvr.com/support…kout_align.png
If you change the style to:
.data-table .a-right {
text-align:right !important;
This looks better and I don’t see any issues?..
Regards,
Badders