NNGNews Posted October 4, 2013 Share Posted October 4, 2013 Hello, our purpose: remove the side columns for "enlarge" graphically the whole thing and make it more attractive our e-shop.I know you can remove the modules from the hook, but if you take them out, the width of the center column remains the same, then the result is the same with two empty columns at the sides.Practically the result that we would get is like that of this storehttp://www.it-must-bijoux.fr/ours is developed in PS 1.4.7.Thanks in advance to all.Sorry for grammar mistakes_________________________________http://www.kissene.com/en Link to comment Share on other sites More sharing options...
NemoPS Posted October 4, 2013 Share Posted October 4, 2013 Hi! Is there a chance you can show us your live store? Link to comment Share on other sites More sharing options...
NNGNews Posted October 4, 2013 Author Share Posted October 4, 2013 Hi! Is there a chance you can show us your live store? Yep, it's the one in the signature : http://www.kissene.com/en/ Link to comment Share on other sites More sharing options...
NemoPS Posted October 4, 2013 Share Posted October 4, 2013 You can unhook all column modules, then, in your global.css (themes/themename/css folder) you can add #left_column, #right_column {display:none} and #center_column {width: 100% !important } this is the css only way If you want, you can go the template way: find header.tpl in your theme's folder, open it and remove <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> then add the center_column thing again in global.css Finally, remove this from footer.tpl <!-- Right --> <div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div> This completely removes columns, instead of hiding them 1 Link to comment Share on other sites More sharing options...
NNGNews Posted October 4, 2013 Author Share Posted October 4, 2013 Awesome ! Thanks very much ! delicate work but we'll go through it Hope this answer could help someone else. Thank you again, have a nice day ! Link to comment Share on other sites More sharing options...
NemoPS Posted October 4, 2013 Share Posted October 4, 2013 Glad I could be helpful! I'll mark the topic as solved Link to comment Share on other sites More sharing options...
NNGNews Posted October 8, 2013 Author Share Posted October 8, 2013 Only the last question: If we do that, it will appear only for the "home page" or it applies to all pages. Because we want that in the home page the slider appears for the entire width, instead if the customer click on any product we want that the site would run as normal, so the right and left column as usual. With the solution you suggested it could be possible ? Thank you ___________________________________ http://www.kissene.com/en Link to comment Share on other sites More sharing options...
Recommended Posts