gcap Posted February 6, 2010 Share Posted February 6, 2010 My shop has 2 columns but I have moved the review box to the left and now owuld like a 3rd column. I have seen some contributions that will do 2 columns but not sure if they will work for 3 - also I have an algozone template, will this make a difference to me getting suppot in these forums? Quote Link to comment Share on other sites More sharing options...
steve_s Posted February 7, 2010 Share Posted February 7, 2010 My shop has 2 columns but I have moved the review box to the left and now owuld like a 3rd column. I have seen some contributions that will do 2 columns but not sure if they will work for 3 - also I have an algozone template, will this make a difference to me getting suppot in these forums? Hi You will have to alter site width to make room for the 3rd column and add code to all pages in each catalog file find <!-- body_text_eof //--> add after it <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 //--> Steve Quote Link to comment Share on other sites More sharing options...
gcap Posted February 8, 2010 Author Share Posted February 8, 2010 thank you!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.