Hi, I am getting an error from Google Search Console that the content on my website is wider than the screen on mobile - I have looked into this it appears to be true on narrower displays, like that on the iPhone SE. Attaching a screenshot.
Try adjusting these Theme Options and below CSS to check:
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (max-width: 320px) {
.container, .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
max-width: 290px !important;
}
}
Hi, I am getting an error from Google Search Console that the content on my website is wider than the screen on mobile - I have looked into this it appears to be true on narrower displays, like that on the iPhone SE. Attaching a screenshot.
Is there a way I can fix this please?
Thanks!
Hey Again,
Try adjusting these Theme Options and below CSS to check:
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team