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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

How to remove extra space in dynamic panel widget

Velkumar
19-Tanzanite

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

 

ACCEPTED SOLUTION

Accepted Solutions
TonyZhang
14-Alexandrite
(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;
}

 

Tony

View solution in original post

4 REPLIES 4
TonyZhang
14-Alexandrite
(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;
}

 

Tony
Velkumar
19-Tanzanite
(To:TonyZhang)

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?

Velkumar
19-Tanzanite
(To:AP_9587236)

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

Announcements


Top Tags