Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osc v 2.3.4 colum size change


albacoras

Recommended Posts

Hi,

 

Excepted infos and limited options documented in

http://www.oscommerce.com/forums/topic/374267-change-box-width/

valid for v 2.3.1, and that is a very limited solution.

> Are there any links and further explanations to modify/customise more precisely and with more flexibility column lefts / right size.

 

It is very limited with the only process found:

catalog/includes/classes/osc_template.php file.

 

class oscTemplate {

var $_title;

var $_blocks = array();

var $_grid_container_width = 24;

var $_grid_content_width = 16;

var $_grid_column_width = 4;

 

The 24 you must keep as 24. ... column width must equal 24.

16+4+4=24

14+5+5=24

 

>> 1. What if, still I need more than these grid columns, and grid sizes that seem to be limited?

How do I increase the overall pixels size exple to 1050 or 1100...

 

>> 2. How do I set up columns left and right with different sizes?

 

>> 3. Let me know if there is a "simple" way to modify the current

"960 pixels grid into 24 columns that are each 30 pixels wide." and so allow further customisation.

 

Thanks and regards.

 

Roberto

 

 

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...