Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change width of Categories box?


max49

Recommended Posts

Posted

Should be relatively simple, I'd like to change the width of the categories box itself so that my category names dont wrap around and as a result i may need to resize the width of the entire left column? How would I do this? TIA.

 

you can view a pic here of my problem

http://www.greatscott.ca/oscommerce.gif

Posted

While I'm at it, how would i edit the categories box to decrease the spacing between lines, is too large. Thanks guys!

Posted

Ok nevermind i figured it out, its a dhtml addon in osxmax and i edited the

 

categories_dhtml.php line

define('LEFT_LINK_WIDTH',120);

Posted

hello,

in osCommerce (2.2-MS2) it's set in ./includes/application_top.php... ~ Line 64/65:

// customization for the design layout
 define('BOX_WIDTH', 180); // how wide the boxes should be in pixels (default: 125)

regards

v

Posted
While I'm at it, how would i edit the categories box to decrease the spacing between lines,  is too large. Thanks guys!

For osCommerce:

have a look at the generated Source of your site and search the text of your category.

the text is the content of a tabel-cell which is formatted with a stylesheet-class.

In my shop it's the class "boxText".

So: make a change to the specific stylesheet-definition.

 

regards

v

Archived

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

×
×
  • Create New...