Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
is Icon alignment in button is possible? in previous version of Thingworx 8.x, ICON on button can be aligned, but there is no option to align in 9.x.
is there any possibility with CSS or any other workaround?
Thanks,
Solved! Go to Solution.
Hello,
I made a workaround.
Thanks,
I believe in ThingWorx 9.x, the icon will align with the label inside the button, which is controlled by LabelAlignment property. You might try it, unless you want to separate the label and the icon.
Hi @CharlesJi ,
Thanks for quick response, I want Label to be in the Bottom and the ICON on Top, which was possible previous 8.x version, But I can't see it now.
Thanks,
Hi @Shashi_Preetham.
You can submit a request for this on the ThingWorx Ideas forum. Be sure to indicate the version of ThingWorx you're running and details regarding the request. Which button widget are you using? Screenshots would be helpful.
Regards.
--Sharon
Hello,
I made a workaround.
Thanks,
Try add custom css class with direction: rtl
.rtl {
direction: rtl;
}