Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Centralising Main Page


wallspace

Recommended Posts

Posted

Hi all,

 

Have nearly set up my store (www.signatureframes.co.uk/catalog).

 

One major problem i have though is this:

 

I have centralised the entire shop and set it to a width of 760px, however the main page(the bit with the actual info in for that page) is aligned to the left. Because I have added a background colour to my left column it looks too bunched up on the left hand side.

 

I have managed to get around this on the catalog/index.php page by creating another column in the table and setting it to be 5% of the total .

 

If you go in and have a look deeper into the site you'll see what i mean, is there an easy way to fix this? I imagine there is but can't find it anywhere!!

 

Much appreciated all,

 

Mark.

Posted

its not the aligment which is wrong...

 

its the fact that u have not removed the space for the right column....

 

you need to remove this part from close to all the .php files in your /catalog/ folder

 

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

</table></td>

Posted
its not the aligment which is wrong...

 

its the fact that u have not removed the space for the right column....

 

you need to remove this part from close to all the .php files in your /catalog/ folder

 

 

Thanks Nick! You were spot on!

Have changed a few of the catalog files and all is now ok.

Much appreciated mate,

Mark.

 

P.s. Thanks to everyone else for their help

Archived

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

×
×
  • Create New...