A new area for me, love all the freedom it is opening up. I would love more freedom with the sales notification. Adjusting spacing of lines, and size of photo depending on device. I want it to be small and really don’t like when you return it double spaces.
1 Like
Could you please send me a link to the page where your widget is installed?
We’ll be happy to find a solution for you
I have used them as informative notifications, freedom with size of text and line spacing should let me adjust them. I mostly just try to cut the text short and shrink photo. Mostly regarding how they come up on mobile, maybe adjusting mobile different than desktop.
Here is one blog I use it on: https://why.uecreed.org/
1 Like
Thanks! Here is the code for your use case:
@media (width <= 480px) {
[class*="MediaContainer__Container-sc"] {
height: 48px !important;
width: 48px !important;
}
[class*="content__Message-sc"] {
font-size: 12px;
line-height: 1.2;
margin-bottom: 4px;
}
}
Test it out and let me know if you like the result