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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to remove extra space in dynamic panel widget

Velkumar
18-Opal

How to remove extra space in dynamic panel widget

Hello all,

 

Does anyone know how to remove this extra space in dynamic panel ?

 

Velkumar_1-1634540260715.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
TonyZhang
13-Aquamarine
(To:Velkumar)

Hi @Velkumar,

 

Depending on your ThingWorx Platform version, the following CSS might not work, but have a try adding below code to your Mashup's CustomCSS

 

ptcs-dynamic-panel::part(panel-wrapper) {
    position: unset;
}

 

View solution in original post

4 REPLIES 4
TonyZhang
13-Aquamarine
(To:Velkumar)

Hi @Velkumar,

 

Depending on your ThingWorx Platform version, the following CSS might not work, but have a try adding below code to your Mashup's CustomCSS

 

ptcs-dynamic-panel::part(panel-wrapper) {
    position: unset;
}

 

It worked on 9.0! 

 

Thank you

I have given AnchorLocation: Left. When i added this css code, the space on the left side panel disappeared. But in my case, the space on right side of panel should be disappeared. What should i alter in this css code?

Actually this CSS makes all side to disappear not particular to left or right 

Top Tags