my CSS is colliding with the CSS of the widget for the checkbox size. I have tried adjusting my CSS but it is not working. Is there a way to have custom CSS to force the checkbox size to use the elfsight CSS styling so my checkboxes are a regular square rather than these weird rectangles? Oddly enough the checkbox is a regular size when using my site checkbox functions but just gets messed up when loading the elfsight widget and for just this event widget. See screenshot of checkbox
2 Likes
Hi there, @Info_at_BEST ![]()
Could you please send me a link to the page, where your widget is installed?
1 Like
2 Likes
Thank you!
Please add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it worked ![]()
[class*="filter-dropdown__ContentBody-sc"] [class*="checklist-group__ChecklistGroup-sc"] button {
padding: 0 !important;
}
2 Likes

