Could you please share a link to the page with the widget, where you’d like to add this feature? I’ll be happy to check if there is a custom solution
Yes l, here is the link.
[
Community Directory for Cambridge/Isanti MN + surrounding area |
Thank you for looking into this.
Shawn Martin
FanYourLocal
m
1 Like
Thank you!
Your request is with our devs now. I’ll get back to you tomorrow
Unfortunately, it’s impossible to implement this customization now. However, we’ll have this idea in mind and see for more votes from the Community
Fair enough, I appreciate you looking into it for me. Can I ask if there is a way to have the sales notification sit at the top on the browser on mobile ans well and 100% width?
Shawn Martin
FanYourLocal
1 Like
Sure! We’ve added this code to the Custom CSS field:
@media(max-width: 600px) {
[class*="widget__Container-sc"] {
padding-left: 0 !important;
padding-right: 0 !important;
}
[class*="slide-in__ActivatePointerEvents-sc"] {
flex: auto;
}
[class*="notification__NotificationContainer-sc"] {
max-width: none;
}
}
Check it out and let me know if you like the result