Site logo

Archived topic

My website page is wider than the screen.

4 replies · Started by Suryakant on July 19, 2020

Viewing posts 1–5 of 5

Hi!! My website homepage page is bigger than the screen I don't know how to solve it. I am creating my website with the help of a thrive architect. Please help me.

Hi there,

the first section of your page - you have large negative margins on the right hand column ( the one containing the form ) which is causing the overflow. Remove the neg margins to fix it.

OR

Add this CSS to stop any overflow:

html, body {
    overflow-x: hidden;
}

Thank you David...r It is helpful and I resolved the problem all thanks to you...

Glad to hear that

This archived topic is closed to new replies.