Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is there a way to WIDEN the colums...


Remember

Recommended Posts

Posted

I don't see anything in the stylesheet or the admin functions....

 

I would like both the right and left columns to be wider so that there isn't so much SPACE in the center column.

 

TIA for your help!

Posted
I don't see anything in the stylesheet or the admin functions....

 

I would like both the right and left columns to be wider so that there isn't so much SPACE in the center column.

 

TIA for your help!

 

Look in your catalog/includes/application_top.php for

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

Change the number to anything you like and which suits your shop best.

Posted
Look in your catalog/includes/application_top.php for

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

Change the number to anything you like and which suits your shop best.

 

THANK YOU!! Going to try that now!

Posted
THANK YOU!!  Going to try that now!

 

That was EASY and worked GREAT!!

 

Now is there a way to but a border around the entire site...I want the middle to be thinner....I want there to be a border around the enitre index page...

 

TIA!

Posted
That was EASY and worked GREAT!!

 

Now is there a way to but a border around the entire site...I want the middle to be thinner....I want there to be a border around the enitre index page...

 

TIA!

 

Look into the contributions section and search for the 'center shop' contributions there are available. With one of those it should be easy to accomplish.

Archived

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

×
×
  • Create New...