• Hi there, when I view my website on mobile the screen doesn’t appear to be in a fixed position and when it’s first loaded it sits slightly off centre. Is there a way to make it fixed and load in line. Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    I am not sure why it happens to you. It’s a very rare issue ever reported. Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    html,
    body {
       overflow-x: hidden;
    }
    

    and see how it fixes the problem.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Theme not loading central on mobile’ is closed to new replies.