wallspace Posted March 17, 2006 Posted March 17, 2006 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.
♥toyicebear Posted March 20, 2006 Posted March 20, 2006 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> Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
wallspace Posted March 23, 2006 Author Posted March 23, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.