View Single Post
Old 10-07-2012, 02:53 AM   PM User | #3
joelupet
New to the CF scene

 
Join Date: Sep 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
joelupet is an unknown quantity at this point
Quote:
Originally Posted by sunfighter View Post
If you can live with a slightly larger dashed box, so the images are not cut off, then try this:
Code:
#product_thumbs .product_thumb {
float: left;
padding-top: 9px;
border: 1px dashed #B52020;
margin: 0 10px 10px 0;
width: 120px;
height: 90px;
text-align: center;
}
Yeah, your advice really works, i appreciate it..

I have resolve the problem but, i found out that vertical image are not centered

see here http://jsbin.com/ititac/10/edit

Is there any way to fix that?

thanks for your help....
joelupet is offline   Reply With Quote