Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Theme Issue

@davidtcarson

Participant

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.

Skip to toolbar