cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

container

AP_9587236
17-Peridot

container

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

ACCEPTED SOLUTION

Accepted Solutions
TonyZhang
15-Moonstone
(To:AP_9587236)

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

Tony

View solution in original post

4 REPLIES 4

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. 

TonyZhang
15-Moonstone
(To:AP_9587236)

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

Tony
TonyZhang
15-Moonstone
(To:AP_9587236)

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

Tony
Announcements


Top Tags