Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I want to use vertical divider in mashup
Solved! Go to Solution.
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
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
I am using 30 days free trial
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
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
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