Seeking assistance with a design issue on native devices: The icons (DOT-lottie-files) are being cut off on all edges. Here is an example on a native iPhone.
Interestingly, when I view the site on an iPhone or any other iOS device using Chrome developer tools, the icons display properly. The same goes for Android devices. Here is an example on an iPhone with dev tools.
I suspect that I need to make changes to my CSS. Currently, I have this line of code to center the icons:
style="width: 120px; margin-left: auto; margin-right: auto;"
It's worth noting that there is also some Bootstrap in use. The CSS block looks like this: Inline CSS placement.
However, I believe there must be a different CSS approach to address this issue. Could someone please take a look and help me solve this? It's really frustrating!
The website in question is: .
I've encountered this problem on two iPhones and an iPad (all native). On Android and in Developer Tools, everything appears normal. I've tried adjusting the width and adding padding in CSS, but it hasn't resolved the issue.
Thank you in advance for your assistance!