abeeraali73 Posted November 1, 2012 Share Posted November 1, 2012 I need your help in Presetashop 1.5.1.0 infact I want to change its 3 column structure into 2...but unable to understand from where I can do so...plz help me Link to comment Share on other sites More sharing options...
a2hosting-andy Posted November 1, 2012 Share Posted November 1, 2012 What theme are you using? Link to comment Share on other sites More sharing options...
abeeraali73 Posted November 1, 2012 Author Share Posted November 1, 2012 I am using prestashop version 1.5.1.0 at http://marogallery.madina786.com/buyOnline/index.php link I removed stuff from right column, but unable to REMOVE THE COLUMN... I searched all the modules, but no one is helping. Can you tell me how to fix it? Link to comment Share on other sites More sharing options...
a2hosting-andy Posted November 1, 2012 Share Posted November 1, 2012 Try adding this to the bottom of your main.css #center_column{width:757px} #right_column{display:none} You may need to adjust the width of center_column to get it to fit properly, but this should do the trick. -Andy Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted November 1, 2012 Share Posted November 1, 2012 Hi, there is a guide http://blog.belvg.com/removing-columns-from-one-cms-page-in-prestashop.html. But instead override CMSController you need override FrontController. Maybe it helps you. Regards Link to comment Share on other sites More sharing options...
abeeraali73 Posted November 1, 2012 Author Share Posted November 1, 2012 Where I can find this file? I went to CSS folder of Theme and the one in the root but there was no such file, In root css folder was admin.css, I modified that, but in vain. Plz help me Link to comment Share on other sites More sharing options...
BossThemes Posted November 1, 2012 Share Posted November 1, 2012 Assuming you want to remove the right column, in your theme folder locate footer.tpl and look for <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> Comment out this code or delete it altogether Then you need to go to your global.css and adjust the css for the center column to fill the width of the page. Link to comment Share on other sites More sharing options...
abeeraali73 Posted November 1, 2012 Author Share Posted November 1, 2012 Thanks Boss, I removed the above said code and right column is removed, I found center_column{width:757px} in global.css and changed it with 957, but still the width remains the same. can you also help me here Link to comment Share on other sites More sharing options...
BossThemes Posted November 1, 2012 Share Posted November 1, 2012 Locate "grid_prestashop.css" file in the css folder of your theme. Change line 47 to:- .container_9 .grid_5 {width:735px;} Link to comment Share on other sites More sharing options...
abeeraali73 Posted November 3, 2012 Author Share Posted November 3, 2012 Hi, Boss, It didn't work that. I even tried to change other grids but all in vain. Link to comment Share on other sites More sharing options...
abeeraali73 Posted November 3, 2012 Author Share Posted November 3, 2012 Still waiting for a reply Link to comment Share on other sites More sharing options...
Recommended Posts