I have a problem with my page.
Whenever I minimize the window the positioning of all the elements goes off and things get distorted.
If the elements go off their position when you make your browser window too small, use the CSS min-width property. It makes the web browser show the scroll bar instead of trying to shrink the web page.
Like this:
body {
min-width: 700px;
}