Okay
  Public Ticket #2741128
Narrow edges on mobile
Closed

Comments

  •  4
    dBrincat started the conversation

    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!

  •  8,393
    Tahir replied

    Hey Again,

    Try adjusting these Theme Options and below CSS to check: 

    5805168033.pngClick To Open Larger Image.


    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;
        }
    }

    Thanks


    ThemeNectar Support Team