stashandstuff Posted May 1, 2005 Share Posted May 1, 2005 I want to change the widths of column_left and column_right. I've merged all of the relevant links from column_right into column_left. I want to eliminate column_right entirely and make column_left wider. I just can't see where it's done. Any help? Link to comment Share on other sites More sharing options...
♥Vger Posted May 1, 2005 Share Posted May 1, 2005 includes/application_top.php Vger Link to comment Share on other sites More sharing options...
stashandstuff Posted May 1, 2005 Author Share Posted May 1, 2005 I don't see table settings, column settings or width settings anywhere in that file. What am I missing? Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 1, 2005 Share Posted May 1, 2005 Search for BOX_WIDTH. That is what controls the width of the left and right columns. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Jeremy at oddly enough Posted May 2, 2005 Share Posted May 2, 2005 If you want to completely eliminate the right column, you'll need to edit all of the catalog level php files, and comment out the right column code ( add // in front of the lines so that it gets ignored). You could delete the lines, but if you ever change your mind, it will be that much harder to undo (I got rid of the right column, and later changed my mind). The code in question looks like this: <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> *** The first time test this, you might need to comment out this as well to get rid of the void, otherwise, see what I wrote below *** ? ?</table></td> ?</tr> </table> <!-- body_eof //--> If you do that, and there is still a void on the right, then go to this thread, and follow the advice in Nacer's post. http://www.oscommerce.com/forums/index.php?sho...81entry587481 If you want your left column wider after this, then go into application_top.php and add more pixels in the BOX WIDTH define. Jeremy Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.