Ask
I'd like to make the left menu space thinner so I can have a wider front page. that way I could fit 4 products in a row instead of 3. What css should I modify and what part please?
Answer
Open /templates/beez5/css/position.css
Find:
.leftbigger {
width: 25%;
}
Change 25% to 15%
Find:
#wrapper2 {
width: 72%;
float: left;
position: relative;
padding-bottom: 20px;
}
Change 72% to 80%