11.03.2017, 23:03
(This post was last modified: 11.03.2017, 23:06 by Erwin van der Zwart.)
Hi Thomas,
Try this: (add to custom css and give text element additional class 'right-align' and you might need to adjust the min-width rule depending on your text size)
BR,
Erwin
Try this: (add to custom css and give text element additional class 'right-align' and you might need to adjust the min-width rule depending on your text size)
Code:
.right-align {
text-align: right !important;
min-width: 150px;
}
BR,
Erwin