Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Height of various infoBoxes???


blueline

Recommended Posts

Posted

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

Posted

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.

Posted
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.

Posted

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...