ok, kind of solved my issues...
Ive added a new style as that style also changed the product page.
heres what ive got now
.product_list {
margin: 20px 0px 20px 0px;
}
.product_list_section {
width: 300px;
margin: 20px 0px 20px 0px;
}
the bottom style now used for the sections and top one for the product page.
BUT, any idea how to put a thin boder around the section links ?
Ive added a new style as that style also changed the product page.
heres what ive got now
.product_list {
margin: 20px 0px 20px 0px;
}
.product_list_section {
width: 300px;
margin: 20px 0px 20px 0px;
}
the bottom style now used for the sections and top one for the product page.
BUT, any idea how to put a thin boder around the section links ?
Comment