I finally figured out how to change the box size on the home page. I wanted to make the main boxes in the home page form 1 col. to 2 col. wide.
I keep thinking they were labeled as "featured boxes" but they aren't. They are labeled as "serviced boxes". So to change the size of the main boxes on the home page just go to your style.css file and look for this area:
/** Main-Cloum **/
#main-colum {height:auto; overflow:visible; float:left; display:block; position:relative;}
#welcome-box {height:auto; overflow:hidden;}
#features-box {height:auto; overflow:hidden;}
.service-box {height:137px; width:300px; margin-right:30px; margin-bottom:15px; margin-top:5px; background:url(images/service-box.png) no-repeat top left; float:left;}
All I changed was the height and width of this line:
.service-box {height:340px; width:630px; margin-right:30px; margin-bottom:15px; margin-top:5px; background:url(images/service-box.png) no-repeat top left; float:left;}
Done forget to go to your image file and enlarge your service-box.png to the sam/new height & width.
Hope this is helpful to someone else!
-Pete
Bookmarks