Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC layout - website width


Guest

Recommended Posts

Posted

Hi!

 

Is there a way of setting the width of the left and right columns in pixels and setting the main (middle) part of the web site as 100%?

 

I want to keep the columns a set width but I want the browser window to be filled edge-to-edge.

 

Anyone know a good or quick way of doing this? Is it possible? :huh:

 

Cheers!

Posted
Hi!

 

Is there a way of setting the width of the left and right columns in pixels and setting the main (middle) part of the web site as 100%?

 

I want to keep the columns a set width but I want the browser window to be filled edge-to-edge.

 

Anyone know a good or quick way of doing this? Is it possible? :huh:

 

Cheers!

yes in catalog/includes/application_top php at line 58 (Customization for desing layout) make sure it has the following after it.

 

define('BOX_WIDTH', 190); // how wide the boxes should be in pixels (default: 125)

define('BOX_WIDTH_RIGHT', 163); // how wide the boxes should be in pixels (default: 125)

 

change the 190 and 163 to whatever you want.

 

Cheers

Posted
yes in catalog/includes/application_top php at line 58 (Customization for desing layout) make sure it has the following after it.

 

define('BOX_WIDTH', 190); // how wide the boxes should be in pixels (default: 125)

define('BOX_WIDTH_RIGHT', 163); // how wide the boxes should be in pixels (default: 125)

 

change the 190 and 163 to whatever you want.

 

Cheers

 

 

Thanks!

 

Will it accept the size in % so the web site is compatible on multiple resolutions?

 

Cheers :thumbsup:

Posted
Thanks!

 

Will it accept the size in % so the web site is compatible on multiple resolutions?

 

Cheers :thumbsup:

 

yep just put the % next to the number.

Posted
Thanks!

 

Will it accept the size in % so the web site is compatible on multiple resolutions?

 

Cheers :thumbsup:

 

yep just put the % next to the number.

Posted
Thanks!

 

Will it accept the size in % so the web site is compatible on multiple resolutions?

 

Cheers :thumbsup:

 

yep just put the % next to the number.

Posted
yep just put the % next to the number.

 

basslion - thank you!

 

Much appreciated! :thumbsup:

Posted
basslion - thank you!

 

Much appreciated! :thumbsup:

 

 

no problem.

Matt

Posted
no problem.

Matt

 

 

Matt works a treat on left and right columns - cheers again :thumbsup:

 

Any idea how to control the width of the main page?

 

Thanks again

Archived

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

×
×
  • Create New...