Site logo

Archived topic

my website layout dont fit to the desktop

3 replies · Started by thetam on January 4, 2021

Viewing posts 1–4 of 4

Hi there,

looks likes some of your content/pop up elements are creating the overflow. Can't see which ones are causing it.... try adding this CSS to stop the sideways scroll:

html, body {
    overflow-x: hidden;
}

thanks you David, when i removed the float and it be good

Glad to hear that!

This archived topic is closed to new replies.