Site logo

Archived topic

white space on side

3 replies · Started by Sukalery on December 19, 2021

Viewing posts 1–4 of 4

Hello GP team, I have white space on the left side of the website, on mobile and desktop view, how could I remove it?

thank you.

site in attachment.

Hi there,

Try adding this CSS:

html,body {
    overflow-x: hidden !important;
}

Note: If the header's background color being cropped is an issue, you should assign the background color to the Header instead of the navigation. You can set this on Appearance > Customize > Colors and look for the Header's background.

Thank you Elvin, it worked.

No problem. Glad to be of any help. :D

This archived topic is closed to new replies.