Home Page Content Skewed to Left

143 Views Asked by At

www.SportsAntiques.com When I look at my home page on my laptop or android it looks fine. But when I look at it on large monitor it's all skewed to the left. Can someone take a look at my source code and tell me where the problem is.My site above. I built the site with FrontPage 2000 and have shared borders if that makes any difference. thanks so much

1

There are 1 best solutions below

2
georgeawg On

In the HTML, there are two <div> elements with the id="fb-root" that have style of width: 987:

<td valign="top" width="24"></td>
<td valign="top">
  <div id="fb-root" style="width: 987; height: 48274">
    <div id="fb-root" style="width: 987; height: 58405">
       <p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;

For large screens, that width constrains the width of the center column. Remove tbose constraints and the column will expand to fill the large screen.