Jump to content

resize center column only for home page?


sickshot

Recommended Posts

does anyone can give me a hint on how to resize center column only for home page?

 

what im trying to do is to use home text editor in full website width and insert 3 images side by side. I have removed left column from header.tpl so everything is aligned from the left edge, but if you look at screen shot the border indicates the "limit" of home text editor, so I cant place 3 images side by side - the 3rd ones jumps off the line.

 

i dont want to remove the right column for the inner pages...

 

im using ps 1.5.5. default theme.

 

Thanks for lookin'

post-236603-0-17328100-1379587146_thumb.jpg

Link to comment
Share on other sites

just from this tutorial... I think its yours :D

 

http://mypresta.eu/en/art/basic-tutorials/how-to-remove-left-column-in-prestashop.html

 

and can you give me a hint where to paste your code?

 

thats my header changes

<!-- Header -->
			<div id="header" class="grid_9 alpha omega">
				<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
					<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if}/>
				</a>
				<div id="header_right" class="grid_9 omega">
					{$HOOK_TOP}

				</div>

			</div>

			<div id="columns" class="grid_9 alpha omega clearfix">
				{*<!-- Left -->
				<div id="left_column" class="column grid_2 alpha">
					{$HOOK_LEFT_COLUMN}
				</div>*}

				<!-- Center -->
				<div id="center_column" class=" grid_7">
	{/if}
Edited by sickshot (see edit history)
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...