Skip to main content
19-Tanzanite
October 18, 2021
Solved

How to remove extra space in dynamic panel widget

  • October 18, 2021
  • 1 reply
  • 1374 views

Hello all,

 

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

 

Velkumar_1-1634540260715.png

 

Best answer by TonyZhang

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;
}

 

1 reply

TonyZhangCommunity ManagerAnswer
Support
October 20, 2021

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;
}

 

Velkumar19-TanzaniteAuthor
19-Tanzanite
October 20, 2021

It worked on 9.0! 

 

Thank you 🙂