[Support request] My website page is wider than the screen.

Home Forums Support [Support request] My website page is wider than the screen.

Home Forums Support My website page is wider than the screen.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1368510
    Suryakant

    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.

    #1368511
    Suryakant

    my website link techyydude.com

    #1368547
    David
    Staff
    Customer Support

    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;
    }
    #1368581
    Suryakant

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

    #1369329
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.