Guest Posted June 16, 2013 Share Posted June 16, 2013 (edited) I want to remove the tight column on all pages my site, and mage center_column wider. I have removed right column with this (found in a topic in here) In themes/your_theme/footer.tpl change this: <!-- Right --> {* <-- this <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> *} <-. this Now the right column is not present any longer. But how do I make center_column wider? Center_column must have the Width from center + right column. Where do I change this? Edited June 18, 2013 by Guest (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted June 16, 2013 Share Posted June 16, 2013 Good morning, Make the: center_column grid_7 omega Hope this helps Paul Link to comment Share on other sites More sharing options...
Guest Posted June 16, 2013 Share Posted June 16, 2013 Hi Paul, in which file? Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 perfumeskung talked about header.tpl file, you've got there: <!-- Center --> <div id="center_column" class=" grid_5"> instead the grid_5 - use what perfumeskunk suggested (grid_7 omega) 1 Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2013 Share Posted June 17, 2013 (edited) Thans. this Works on some pages. On product listing and product page the column has stille the "old" Width. Can you help me with this? Edited June 17, 2013 by Guest (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 17, 2013 Share Posted June 17, 2013 well, it isn't possible that this error occur because you change gird_5 to grid_7, believe me. The problem is probably somewhere else (or with parse error of the code that you changed) so if it possible: paste the code you've got there check also error log (php error log) or turn on error reporting. Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2013 Share Posted June 17, 2013 I have changed my answer. It Works on some pages, but On product listing and product page the column has stille the "old" Width. Can you help me with this? Link to comment Share on other sites More sharing options...
vekia Posted June 17, 2013 Share Posted June 17, 2013 it is possible to check your website somewhere? if so, please paste the url. Link to comment Share on other sites More sharing options...
Guest Posted June 18, 2013 Share Posted June 18, 2013 This Works for me. topic closed. themes/your_theme/footer.tpl < !-- Right --> {* <- tilføjet <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> *} <- tilføjet header.tpl < !-- Center --> < div id="center_column" class=" grid_5"> Ændre til < !-- Center --> < div id="center_column" class=" grid_7 omega"> Themes css/product_list.css Linie 31 ændret fra 352 til 500 Eventuelt: Themes css/product.css pb-left-column og pb-right-column ændret til 350 Link to comment Share on other sites More sharing options...
Recommended Posts