Applying Custom CSS on a single collection
Hi,
I am using ThingWorx 8.5.2 and I have 2 collections in my Mashup and I am trying to keep custom CSS for only one Collection (adjusting width to 100% for inner Mashup on Collection 1) . But it is getting applied to Collection 2 as well. I tried using custom class name but couldn't get the right syntax.
Can anyone help on this issue.
I am using below CSS
.BMCollectionViewCellWrapper{
width :100% !important;
}
Thanks in Advance.
Regards,
Sai Krishna

