Community Tip - You can change your system assigned username to something more personal in your community settings. X
In ThingWorx mashup, I am adding a button but I need a label very close to it. The text within the button always leave around 20px from the text to the frame, so the label looks very far away from the text inside the button. I tried to use the CSS .ptc-button and then adding padding 1px; but this padding is considering the button frame to the next widget.
Is there a property I can use to reduce this gap (between the text and the button frame)? See attached file for an example.
Solved! Go to Solution.
Please check the below article if it might help
https://www.ptc.com/en/support/article/CS320453
Regards,
Toolika Dixit
Dear Sharon,
Thanks for responding my cry for help!
I am using release 8.5.
Julio
Hi @JJ_9567198.
I'm not running 8.5.? but in looking at my 9.1 system, there are a few options:
Regards.
--Sharon
Thanks Sharon for the recommendation:
Julio
Please check the below article if it might help
https://www.ptc.com/en/support/article/CS320453
Regards,
Toolika Dixit
Thanks Toolika for responding to my message.
This is what I was looking for. However, I have 8.5.4 and even defining the CSS in the custom class of the button, the change does not happen...
I am adding
to the CSS, and then add in the custom class widget-ptcsbutton, but it does not work.
Anything I am doing incorrectly?
I worked. I was adding the dot in the name but because it was so small, I could not see it..
Thanks to everyone for the support.