Search code examples
htmlcssoverlapping

On resizing the window size the various texts and images overlap


I have a website, I am facing an issue. On making the window size smaller the various contents of my page overlap.

The smaller the size goes, the more overlap is seen.

Here is my website if you want to check my problem.


Solution

  • Used to this

    body{min-width:1250px;} // according to your website 
    

    define min-width on your body

    if your main div width is 1200px than define your body {min-width:1200px;}