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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

How to apply css for the cell mashup in collection widget?

Sugumar_5656
14-Alexandrite

How to apply css for the cell mashup in collection widget?

Hello All,

 

I gave some css code for the cell mashup, It is working fine when we opened the cell mashup separately.

 

But the same cell mashup css not working, when it is used in the collection widget.

 

I have mentioned the css code for you reference.

 

#root_FlexContainer-2{

overflow : hidden !important;

}

 

Also I have noticed that the Container Id changes for the each cell mashups when it is used in collection widget.

 

Can anybody give the solution for this?

 

Thanks & Regards

Sugumar

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

You should use the CustomClass property and change your selectors to target those class names instead of ids as these will change depending on how the mashup was opened.

View solution in original post

1 REPLY 1

You should use the CustomClass property and change your selectors to target those class names instead of ids as these will change depending on how the mashup was opened.

Top Tags