How to remove left column in PrestaShop?

Today I want to show you how to remove left column from your PrestaShop default theme. Merchants very often asks for this, and it's very basic modification. All what we have to change - is only one file - header.tpl located in the theme directory. Before we start, make sure that you have force compilation turned on and cache off (all of this you can check under the advanced preferences > performance tab in your store back office)

 

 

PrestaShop without left column

prestashop without left column

 

Remove left column in defalult PrestaShop theme

As i said we have to edit only one file located in your theme directory. This file name is: header.tpl. If you use default theme, the path to this file is: /themes/default/header.tpl. Open this file and search for left column html code, it looks like:

<div id="left_column" class="column grid_2 alpha">
         {$HOOK_LEFT_COLUMN}
</div>

Just remove this code. If you don't want to remove it - you can use smarty comments {* comment *} where the "comment" is a commented text. This method allows to "hide" the code, and this is the proper way of commenting code in smarty templates. Here is the code with comments (i highlighted comment tags)

{*
<div id="left_column" class="column grid_2 alpha">
         {$HOOK_LEFT_COLUMN}
</div>
*}

That's all. Your left column disappears from your theme now.

 

Increase the width of the center clumn

As you probably noticed you have also to change the width of the center column. By default it has width related to the website with 3 columns (left, center, right). It is also easy, in the same file search for:

<div id="center_column" class=" grid_5">

and change it to:

<div id="center_column" class=" grid_7">

 

 

 

 

 

 

author milos myszczuk
Article by Milosz Myszczuk PrestaShop expert, official PrestaShop community moderator. PHP developer, specialist in relative and spatial databases management, GIS Analyst, CEO & founder of VEKIA interactive agency. Read more about VEKIA company
If you like my articles and want much more valuable tips, feel free to send me donation
1.4 version 1.4.11 1.6 404 addon admin advertise ahref ajax alpha animation api app application authentication back office backup badge banner basics block bootstrap button cache carrier cart catalog category certificate changelog chat class clear client clip cms code colors columns comments configuration contact container content controller cookie counter country coupon css csv currency customer dashboard database debug default delete delivery desktop developer device disable discount displayNav displayTop download dynamic editor effect empty encrypt engine error exchange exclude export facebook faceshop fade fancoupon fancybox fanpage fatal feature feed field file fix fixed font footer free friendly url front ftp full gallery generate gift global godaddy google google+ gray grid groupon header help hide highlight homefeatured homepage hook hosting hover howto htaccess html html5 ID image import include input instagram installation integration iPhone issue javascript jquery kgb knowhow languages law left likebox link list livingsocial loading log login logo loyality mail mailing maintenance manufacturer marketing marquee mcrypt menu meta mobile modification module movie moving multilanguage multiupload must have mysql news newsletter notification number open graph order override page password performance PHP phpmyadmin picture pinterest plugin popup post prestashop prestashop 1.0 prestashop 1.1 prestashop 1.2 prestashop 1.3 prestashop 1.4 prestashop 1.5 price rules problem product profile promotion proslider purifier quantity query quick tip random rates register reinsurance release reporting reset responsive restore results ribbon rich text right sales search security seo service shadow share shipping shop shopmania slider smarty social networks SQL SSL statistics stock store style subcategory superuser support switcher tab tablet tag tax template text theme tinyMCE tips and tricks tpl tracking translations tree trends trigger tumblr tutorial twitter update upgrade upload variables video visits voucher vulnerability web2print wide widget width window wishlist wysiwyg youtube zip zopim