max49 Posted January 16, 2005 Posted January 16, 2005 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
max49 Posted January 16, 2005 Author Posted January 16, 2005 While I'm at it, how would i edit the categories box to decrease the spacing between lines, is too large. Thanks guys!
max49 Posted January 16, 2005 Author Posted January 16, 2005 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);
vroqser Posted January 16, 2005 Posted January 16, 2005 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
vroqser Posted January 16, 2005 Posted January 16, 2005 While I'm at it, how would i edit the categories box to decrease the spacing between lines, is too large. Thanks guys! <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.