Jump to content

Presetashop 1.5.1.0change its 3 column structure into 2


Recommended Posts

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

×
×
  • Create New...