[ad_1]
I’m having an issue. My website is just a bit too zoomed in on mobile. Address is www.Catholicunraveled.com . Any tips? My first idea was to force desktop view by deleting a line of the theme code but that didn’t feel particularly good to use.
[ad_2]
It’s related to your carrousel. It’s forcing the page to be wider than the viewport. `ultp-block` which appears to be this https://wordpress.org/support/plugin/ultimate-post/
Never force a mobile site to be desktop and don’t mess with the theme code. Fix the cause of the problem.
Add this css code for a quick patch:
.ultp-block-wrapper{max-width:87vw;}