Re: Theme Issue
Try adding this to your stylesheet.
#container { width: 630px; float: left; }
There’s no width declared for the container in your stylesheet so it’s taking the full width of the page.
Try adding this to your stylesheet.
#container { width: 630px; float: left; }
There’s no width declared for the container in your stylesheet so it’s taking the full width of the page.