ElangLiar Posted September 8, 2012 Share Posted September 8, 2012 Hi All, im newbie here..i want to know, how to edit themes from 3 column to 2 column, i already unhook all block right, but the product is not showing in all main page? please learn me. Link to comment Share on other sites More sharing options...
xlynx Posted September 8, 2012 Share Posted September 8, 2012 (edited) Hi , First you need to edit some files with tpl extension, they are located in your theme_folder (themes/yourtheme/) If you want to delete the left column : go to the header.tpl file and delete this lines : <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> If you want to delete the right column : go to the footer.tpl file and delete this lines : <--<div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div>--> You need to enable the force-compile in your backoffice : Go to backoffice / preferences / performance /enable force compile , then test your page. You need after to hook your blocks to the chosen column.You have to change your css files to fit the widths , here you are free of your own imagination. Good luck :-) Edited September 8, 2012 by xlynx (see edit history) 1 Link to comment Share on other sites More sharing options...
ElangLiar Posted September 9, 2012 Author Share Posted September 9, 2012 Hi.... xlynx thank you for your attention , i have been delete on the footer.tpl but still not affected here i give you my website screenshoot http://imageshack.us/f/14/35079093.jpg/ please help me Link to comment Share on other sites More sharing options...
shokinro Posted September 9, 2012 Share Posted September 9, 2012 Just checked your site, it seems that you have done it correctly. you site now only have two columns (main column and right column). If you have resolved the issue, please mark it as RESOLVED. Link to comment Share on other sites More sharing options...
xlynx Posted September 9, 2012 Share Posted September 9, 2012 (edited) Its an other question ... Here you need to edit your global.css , use html inspector , i suggest you to use OPERA dragonfly , inspect the products and see which lines is used. You have only to change the width (decreasing) and margin, then you will get 3 products in a single line. When you have removed the right column , don't forget to change the width of the center_column Best Edited September 9, 2012 by xlynx (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts