Jump to content

[SOLVED] How to hide left column everywhere in the website on custom template


Recommended Posts

I'm new to prestashop, and i'm designing a new template on photoshop (psd)

 

I have experience making wordpress themes, and i know it's not the same on prestashop.

 

However, i'm reading some tutorials, even found some posts having same issue as i have, but no results.

 

Already commented HOOK_LEFT_COLUMN on my header.tpl

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

Forced compilation on Performance->Smarty->Force compilation, and also disabled cache on it, but still no luck. A left white column still appears, even with no modules or hooks there.

 

Also tried the css 'display:none' for left_column trick but didn't work either.

 

I'm using latest prestashop cms.

 

Anyone knows how to accomplish this?

 

Thanks in advance!

post-716917-0-44922200-1383622646_thumb.png

Edited by vekia (see edit history)
Link to comment
Share on other sites

Alright, changed on grid_prestashop.css

.container_9 {
	margin:0 auto;
	width: 1360px;
}

and:

/* Grid >> 9 Columns
----------------------------------------------------------------------------------------------------*/
.container_9 .grid_1 {width:91px;}
.container_9 .grid_2 {width:202px;}
.container_9 .grid_3 {width:313px;}
.container_9 .grid_4 {width:424px;}
.container_9 .grid_5 {width:535px;}
.container_9 .grid_6 {width:646px;}
.container_9 .grid_7 {width:757px;}
.container_9 .grid_8 {width:868px;}
.container_9 .grid_9 {width:1360px;}

Worked perfectly! Thank you so much, you rock!!  :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...