Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
How to set height and width for container 9.2.3 thingworx version? Any css codes are there?
Solved! Go to Solution.
Hi @AP_9587236,
You don't have to use custom CSS.
Try Layout tab > Fixed Size or Size Range to adjust container size
See https://www.ptc.com/en/support/article/CS338085
There is such an article - "How to change the height and width of a button widget or its icon using custom CSS in ThingWorx": https://www.ptc.com/en/support/article/CS317857
.mycustomclass flexcontainer-5 {
height: 34px ;
max-height: 34px ;
min-height: 34px ;
}
I tried this. Its not working.
Hi @AP_9587236,
You don't have to use custom CSS.
Try Layout tab > Fixed Size or Size Range to adjust container size
See https://www.ptc.com/en/support/article/CS338085
Hi @AP_9587236,
If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.
Regards,
Tony