Skip to main content
14-Alexandrite
June 11, 2020
Solved

How i use vertical divider in mashup?

  • June 11, 2020
  • 2 replies
  • 2483 views

I want to use vertical divider in mashup 

Best answer by cmorfin

Hi @Ru_01 

 

Following Custom CSS should allow to make the divider vertical

 

.widget-ptc1divider::part(line){
transform: rotate(90deg) !important;
}

 

See also https://www.ptc.com/en/support/article/CS323038, in release 9.0, the divider widget as a flag to make it vertical.

 

Hope this helps

Christophe

 

2 replies

Community Manager
June 11, 2020

Hi @Ru_01.

 

Are you saying you want to add a vertical divider?  What version of ThingWorx are you running?

 

Please provide more information so we can assist.

 

Regards.

 

--Sharon

Ru_0114-AlexandriteAuthor
14-Alexandrite
June 12, 2020
I am using 30 days free trial
cmorfin19-TanzaniteAnswer
19-Tanzanite
June 11, 2020

Hi @Ru_01 

 

Following Custom CSS should allow to make the divider vertical

 

.widget-ptc1divider::part(line){
transform: rotate(90deg) !important;
}

 

See also https://www.ptc.com/en/support/article/CS323038, in release 9.0, the divider widget as a flag to make it vertical.

 

Hope this helps

Christophe