View Single Post
  #2  
Old 01-20-2009, 09:11 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: 4.2 column width

Please don't post questions in the bugs forum, it is for bugs and bug fixes only. Moving to Template Editing.

4.2 is css based, meaning all of the width values and everything else are in the stylesheet, main.css. Any posts on 4.1 won't help you as this is a completely different layout. Find the class that controls the side menu, and then go into your stylesheet and edit it. This looks like it:

#left-bar {
float: left;
position: relative;
width: 150px;
margin-left: 7px;
}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote