blueline Posted December 26, 2002 Posted December 26, 2002 Hey everyone. Where is the height of the infoBoxes (such as categories, manufacturers, etc) actually configured? I am working on an idea, and I need to set all of the heights, except categories and shopping cart, of all of the boxes to a uniformal setting. Any ideas? Thanks, -Chris Chris Sullivan
jficarra Posted December 26, 2002 Posted December 26, 2002 I believe the height of the boxes is dynamic such that it's determined by the number of items in the box. The more items, the bigger the box. The classes for the box headers and the boxes themselves are in /catalog/includes/classes/boxes.php.
burt Posted December 26, 2002 Posted December 26, 2002 Hey everyone. Where is the height of the infoBoxes (such as categories, manufacturers, etc) actually configured? I am working on an idea, and I need to set all of the heights, except categories and shopping cart, of all of the boxes to a uniformal setting. Set height using the CSS tag for; class="infoBoxContents" Add in: height: 150px That might give the effect of what you are after - I have not tested it.
blueline Posted December 26, 2002 Author Posted December 26, 2002 Burt, that worked just fine. Thanks a lot, -Chris Chris Sullivan
burt Posted December 26, 2002 Posted December 26, 2002 Glad it worked for you. I have done something similar with the left and right columns in one of the shops I admin for, so I was fairly sure it would be OK...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.