snippet call appearance tab does nothing

1
Hi. If I add a custom CSS class in my snippet call properties at the “Appearance” tab that class is not applied. Apparently, no wrapper Div is created for a snippet call. The nested widgets are just added to the page containing the snippet call so there’s no Div to apply the styling. Is this documented?  
asked
1 answers
0

Strange, indeed the custom class on snippet isn’t getting applied.

What you could do is wrap your snippet call in a container and apply custom styling on that container. 

OR
Wrap the content of the snippet inside a container and then apply custom styling.

answered