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
Im using GP Premium, but when i scroll down the website, it seems like doesnot fit with my desktop, can you help me ?
https://imgur.com/gallery/AmOkXbPhttps://imgur.com/gallery/gw8tW3R
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.