I recently used the calculator to create a simple app where people can see the value of their crypto in Naira It looked great on desktop and tablets but not so good on mobile.
And most of my target market/clients will be mobile phone users.
1 Like
Hi there, @Emmanuel_Bassey
Could you please send me a link to the page where your widget is installed? I’ll be happy to check things for you
Hi Max,
Here is the link to the simple website where the calculator is embedded.
Please test it on a mobile device
1 Like
Thanks, @Emmanuel_Bassey !
Your request is with our devs now, and I’ll get back to you tomorrow
Thank you very much Max.
Please do let me know via email when it has been done.
1 Like
Hey there, @Emmanuel_Bassey
We’ve adjusted the calculator view on mobile with this code in the Custom CSS field on the Settings tab of your widget’s settings:
@media (max-width: 840px) {
[class*='WidgetBackground__Container-sc'] {
padding: 0 20px !important;
}
}
Check your website and let me know if it’s fine now
Thanks Max looks great now.
2 Likes
It’s my pleasure