Skip to main content
17-Peridot
October 16, 2021
Solved

container

  • October 16, 2021
  • 1 reply
  • 2157 views

How to set height and width for container 9.2.3 thingworx version? Any css codes are there?

Best answer by TonyZhang

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

1 reply

24-Ruby III
October 16, 2021

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

17-Peridot
October 16, 2021

.mycustomclass flexcontainer-5 {
height: 34px ;
max-height: 34px ;
min-height: 34px ;
}
I tried this. Its not working. 

TonyZhangCommunity ManagerAnswer
Support
October 20, 2021

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