Henning Bokelmann wrote:
Thats just a matter of width or margins I think ...
#content .main .box {
float: left;
width: 230px;
font-family: Geneva, Verdana;
}
#content .main .odd { margin-right: 20px; }
Nice site btw. :cheesy:
Thanks! 
Well, I started with this and changed the 230px to 40%, which makes every page look the way it should with the exception of the events.
The issue is that since it's all under the main content, the events page is also going to 40%. Is there a way I can create a
.main .events
kind of thing, and apply it just to the events page so that the colums there go to 100%, and everything else stays at 40.
I mean, I know there is, but my mind has melted through my ear.