08.10.2015, 10:30
(07.08.2015, 06:12)admin Wrote: We have plans to make this configurable in future releases, for now you can use Custom CSS to set a fixed element width and align text to the center. Note that it won't be visible in the editor, only in user visualization.
Code:1234.myclass { width: 200px; text-align: center; }
I write this code:
Code:
1
div.item.item-label {font-family: Calibri !important; color:#009530 !important; text-align: center !important;}and a font-family and a color of font in visualisation are proper but text-align is still left(default value).
What am I doing wrong?