minium grid size?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
How can I set the border to a min size around a picture?  http://www.hollandhydroponicoutlet.com/category/1-lighting.aspx
13 years ago
I always set these to fixed height and overflow: none, so...

Just set the css as follows for sub-category-item...

.sub-category-item
{
/* other stuff here */
height: 200px;
overflow: none;
}

This'll make them all the same size and any big images will just show in the box and get clipped.

HTH.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.