How remove additional spacing between two containers in mashup?
It seems around 5px spacing is there between responsive container.
Is there any CSS or anything available to avoid the additional spacing?
Solved! Go to Solution.
Thanks for your support. Especially the spacing found in tab area.
Got solution with https://community.ptc.com/t5/ThingWorx-Developers/How-to-hide-quot-Tab-Area-quot-margin/m-p/760791#M55536
1. There is an article here -"Add Overlay property to avoid white space in between containers in ThingWorx Runtime Mashup": https://www.ptc.com/en/support/article/CS316022
2. Similar question - "Container border": https://community.ptc.com/t5/ThingWorx-Developers/Container-border/td-p/644204
Thanks for your support.
1. PTC article says, it's "Reported to R&D as JIRA ticket PSPT-66790".
2. Previous post, doesn't have a exact CSS.
It seems, we can play with CSS to remove the white spacing between the containers.
I guess, we should add CSS for container with "margin" property. Is there any sample CSS for containers?
Hi @Sathishkumar_C.
Under ThingWorx 9.2, we're not seeing what you are describing. What version are you running?
Regards.
--Sharon
Thanks for your support. Especially the spacing found in tab area.
Got solution with https://community.ptc.com/t5/ThingWorx-Developers/How-to-hide-quot-Tab-Area-quot-margin/m-p/760791#M55536