Been it this for days! Slideshow + 3 colum
Posted: Fri Nov 30, 2012 5:17 am
I been at this for days! My current website has a slideshow running the full 980x and I would like to have a three column setting below it. But every time I set Featured products to Bottom content it messes up everything.
I know that featured products is a box-product setting that can be changed in Style.css but i tried changing the width and it never seems to work. Can anyone help? please!!
default setting
Current website

How I want it

I know that featured products is a box-product setting that can be changed in Style.css but i tried changing the width and it never seems to work. Can anyone help? please!!
default setting
Code: Select all
/* box products */
.box-product {
width: 100%;
overflow: auto;
}
.box-product > div {
width: 130px;
display: inline-block;
vertical-align: top;
margin-right: 20px;
margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
width: 119px;

How I want it
