I want to change the width and can't figure out where in the css files drives the position (left to right) of green vertical column on the right side. The right column is float right and the content section is float left. When I make the content section wider it merely moves the right side of the content to the right but does not make the main column wider.

Very nice theme, and thank you for the hard work.

Comments

chuym’s picture

I am agreeing with this request. I am having issues with fitting content from modules in the confines fo this theme. Specifically, the gallery2.modual. Do you have any recomendations on how to rectify this?

mdwoodbury’s picture

I found it. We need to edit the content-bg.gif file. It controls the position of the right hand green bar.

#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 7px solid #d5e6eb;
	border-left: 2px solid #d5e6eb;
	border-right: 2px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
itapplication’s picture

Status: Active » Closed (won't fix)