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
