Sales Notification customization

Hey Max!

Wondering if you can send me the custom css for adding more padding to the sales notification widget? It maxs out at 40 - would like to add more when needed.

Thank you!

Shawn Martin
FanYourLocal

1 Like

Sure, could you please send me a link to the webpage where your widget is installed or specify widget id?

Sure!

Thank you.

Shawn Martin
FanYourLocal

1 Like

Thank you!

Here is the code you should add to the Custom CSS field on the Style tab:

[class*="widget__Container-sc"]{
  padding: 20px 30px;
}

Please check it and let me know if it helped :slightly_smiling_face: