Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to increase ....


rhytha

Recommended Posts

Posted

How to increase left column width alone...i tried editing the application.php file but its increasing both the left as well as right column, i just need to increas the left columns alone.

 

any guys can help me??

Posted

You would need to make a new variable/constant BOX_WIDTH_LEFT in application_top.php and change the Left Column setting in all the files in /categories from:

 

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

<!-- left_navigation //-->

 

To now read:

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

<!-- left_navigation //-->

Archived

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

×
×
  • Create New...