hikosan Posted December 26, 2005 Share Posted December 26, 2005 Hi I have question for left margin. I did not need categories.manufacturers,whats_new......everything . So I did change colum_left.php. It works, but I still can see the white space on left side. Please let me know how to change the left margin. I am sorry my english in not good. but Please help me out! Thank you. Link to comment Share on other sites More sharing options...
♥14steve14 Posted December 26, 2005 Share Posted December 26, 2005 You have to remove all the mentions of the left column in all the files in which it occurs. The bit you are looking for is <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> Delete this from all the files in your catalogue or root folder and it should work for you. I did the same for the right column, and it worked. All the best. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
hikosan Posted December 26, 2005 Author Share Posted December 26, 2005 Thank you for reply me really quick but I still have question. <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> >>Delete this from all the files in your catalogue or root folder<< I do not know which files I have to change........... how can I fing it? Link to comment Share on other sites More sharing options...
hikosan Posted December 26, 2005 Author Share Posted December 26, 2005 I did take off the code of <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> from /catalog/default.php but it is not working. Link to comment Share on other sites More sharing options...
timmaggs Posted December 26, 2005 Share Posted December 26, 2005 I did take off the code of <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> from /catalog/default.php but it is not working. You need to take this code of every page in the catalog folder that you can find. There are approx 30. I did it for the right side of my site an this fixed the exact same problem you are having! Tim Link to comment Share on other sites More sharing options...
hikosan Posted December 27, 2005 Author Share Posted December 27, 2005 Ok I am gona find it and take off all this code. Thank you very much. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.