Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Size-Text Of Side Columns?


tcr1016

Recommended Posts

Hi

 

Theres some articles in the knowledge base

 

to change the products displayed see this article

http://www.oscommerce.info/kb/osCommerce/A...nfiguration/157

 

To change the left and right column size your will probably have to define this in the table size being defined instead of the default 100%

 

the following article may help

 

http://www.oscommerce.info/kb/osCommerce/C..._and_Layout/258

 

To change your text sizes this can be done be editing the stylesheet.css file for the relevant text

 

Regards

Link to comment
Share on other sites

Hi

 

To change the left and right column size your will probably have to define this in the table size being defined instead of the default 100%

 

the following article may help

 

http://www.oscommerce.info/kb/osCommerce/C..._and_Layout/258

 

To change your text sizes this can be done be editing the stylesheet.css file for the relevant text

 

Regards

 

I just want to change the width of the right and left columns, but I want the whole table to be 100%. Just like the right and left columns at http://www.fspilotshop.com but the whole table is still 100%.

 

Please help

Link to comment
Share on other sites

the column width is defined in includes/application_top.php as follows:

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

 

Note that this is for both columns. if you want to manage the column widths independently, you'll have to create another variable, perhaps named box_width_right, and then convert all of the catalog/*.php files to use width BOX_WIDTH_RIGHT (if that's what you decided to name it) instead of BOX_WIDTH.

 

-jared

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...