Jump to content

[Solved]Product Box Border


Liquidus

Recommended Posts

Hello,

Can anyone please tell me how to make a border for the product boxes?

My site is www.multemargele.ro 1.5.4.1 version and i want it to look like http://www.adalee.ro...ele-ace-si-zale . With nice borders.

I have been searching over the internet and didnt find anything. And i am not sure in wich css to handle this, maybe someone has got a quick fix?

 

Thank you!

Edited by Liquidus (see edit history)
Link to comment
Share on other sites

open the file: themes/PRS020041/css/modules/homefeatured/homefeatured.css

and add border: 1px solid lightgrey; to:

 

 

products_block_center li {

float: left;

margin: 0 9px 15px 0;

padding: 0;

text-align: center;

width: 167px;

border: 1px solid lightgrey;

}

Link to comment
Share on other sites

Great! Thank you!

I actually wanted this for the products in my subcategories also but i improvised on what you told me

wnt to product-list.tpl located in themes/your theme/css/product_list.css and added border: 1px solid lightgrey; to

ul#in_grid li {

float: left;

margin: 10px 10px 0 0;

padding: 0;

text-align: left;

width: 165px;

 

For future people with this problem. My images went over the border, so i made the grid witdh from 165px to 180, then less product fit on the row so i in the same .tpl file i modified

ul#in_grid {

list-style-type: none;

overflow: hidden;

width: 800px;

 

(note that witdh has been modified here by me to 800 px, other persons could have it already, or could have less, this is for 2 column page).

Think thats all, hope its understandable

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...