I am facing a problem on my website where the padding and margins appear differently on different devices. I have compared screenshots of the site on an Android device and my desktop PC:
Site displayed on mobile device:
Desktop view:
Below is the CSS code being used:
(CSS code here)
And this is the HTML markup:
(HTML code here)
I have been looking for a solution to this issue, and so far, the suggestion I found was to add the -text-size-adjust: none;
code, but unfortunately, it did not resolve the problem.