Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to wide my widget boxes


cm27

Recommended Posts

Posted

Carlton,

 

I previous answered this question by referring you to the 960 Grid system website which explains how to work within the Grid System that osCommerce v2.3.1 uses for the default layout.

 

If you can ask the same questions, you will receive the same answers.

 

 

 

Chris

Posted

You can alternatively change the column width (which in terms affects the box width) in this file: includes/classes/osc_template.php

 

change:

 

var $_grid_content_width = 16;

var $_grid_column_width = 4;

 

to

 

 

var $_grid_content_width = 14;

var $_grid_column_width = 5;

Posted

Thanks thats all I was after .. That other link is a bit odd as I never seen block sorted like that. I have done a few bit of coding in php just not with this many .css files. I used 3 2 for design and one for most of the mods lol . So over all this is a bit new and I just started playing with it 3 weeks back :D

 

Cheers for the responds guys

Archived

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

×
×
  • Create New...