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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How i use vertical divider in mashup?

Ru
14-Alexandrite
14-Alexandrite

How i use vertical divider in mashup?

I want to use vertical divider in mashup 

1 ACCEPTED SOLUTION

Accepted Solutions
cmorfin
19-Tanzanite
(To:Ru)

Hi @Ru 

 

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

 

View solution in original post

6 REPLIES 6
slangley
23-Emerald II
(To:Ru)

Hi @Ru.

 

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
14-Alexandrite
14-Alexandrite
(To:slangley)

I am using 30 days free trial
Ru
14-Alexandrite
14-Alexandrite
(To:slangley)

I am using 30 days free trial

slangley
23-Emerald II
(To:Ru)

Hi @Ru.

 

You can determine the version by selecting Help > About in the upper right corner of Composer.

 

Since you're running a trial, I assume you're running one of the more recent versions.  If so, you can create a vertical divider in various ways including the one previously suggested by Christophe. 

 

If you still need help, please provide more details around what you are doing and what you expect to see, and we will try to assist.

 

Regards.

 

--Sharon

slangley
23-Emerald II
(To:slangley)

Hi @Ru.

 

If one of the previous responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.

 

Thank you for your participation in our community!

 

Regards.

 

--Sharon

cmorfin
19-Tanzanite
(To:Ru)

Hi @Ru 

 

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

 

Top Tags