Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing categories width...?


Guest

Recommended Posts

Posted

've tried to find it in the css code, category code..etc, and cannot seem to figure out how to modify my side bar to fit the links in it on:

http://glassworkingtorches.com/index.php

 

what code should I edit to either make that side bar a little bit wider, or make the text align more towards the right? this is my first time working with OS, and am stumped.

 

Thanks in advance for any help!

Posted
've tried to find it in the css code, category code..etc, and cannot seem to figure out how to modify my side bar to fit the links in it on:

http://glassworkingtorches.com/index.php

 

what code should I edit to either make that side bar a little bit wider, or make the text align more towards the right? this is my first time working with OS, and am stumped.

 

Thanks in advance for any help!

 

includes/application_top.php

line 62 :

define('BOX_WIDTH', 165); // how wide the boxes should be in pixels (default: 125)

 

 

david

Posted
includes/application_top.php

line 62 :

define('BOX_WIDTH', 165); // how wide the boxes should be in pixels (default: 125)

david

thanks... Just tried that, and it didnt seem to affect it... ?

Posted
thanks... Just tried that, and it didnt seem to affect it... ?

 

well , for one thing, you are using images that are 167 x 28 :

http://www.glassworkingtorches.com/images/...s_cart_head.gif

 

check this too in the index ifle

<!-- body //-->

<table border="0" width="100%" cellspacing="3" cellpadding="3">

<tr>

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

</table></td>

<!-- body_text //-->

Posted

i hassled with it all day, and took the easy way out... I changed the images that had a white outter border to have the same color as the main background, so the links fit in and work now without messing with the code...

 

thanks for the help though! but took the cheap way out, and am set for now

Archived

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

×
×
  • Create New...