Make Smiley Scale field full-width

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

[class*='SmileyScale__SmilesContainer-sc'] {
display: flex;
justify-content: space-between;*/
}
1 Like