Lowlow_ Posted August 25, 2014 Share Posted August 25, 2014 Hi people.. 1st, i am using Prestashop 1.4.9 with prestashop_new. Since a few time, i try to mod this theme to get it 1 column full width....but since yesterday, like this post' title says, the theme's totally messed up ! Before i re-upload an original, maybe someone would help me to fix and/or apply the wanted modifications ? (1column width100%) Just for check, here's the website: http://www.alfo-editions.be/ Have a nice day :-) Link to comment Share on other sites More sharing options...
NemoPS Posted August 25, 2014 Share Posted August 25, 2014 Remove container_9 from #page, it has width: 100%, so the page doesn't center properly 1 Link to comment Share on other sites More sharing options...
Lowlow_ Posted August 25, 2014 Author Share Posted August 25, 2014 simply remove from <div id="page" class="container_9 clearfix"> ? like... class="clearfix" so ? or entire line. sorry i'm a bit lame with these stuff ! Link to comment Share on other sites More sharing options...
Lowlow_ Posted August 25, 2014 Author Share Posted August 25, 2014 I've changed my header.tpl from <div id="page" class="container_9 clearfix"> <!-- 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="{$img_ps_dir}logo.jpg?{$img_update_time}" 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_6 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_5"> to <div id="page"> <!-- Header --> <div id="header"> <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" 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"> {$HOOK_TOP} </div> </div> <div id="columns"> <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> <!-- Center --> <div id="center_column"> without any changes at all...don't understant. Am i even more lame than i thought ? Link to comment Share on other sites More sharing options...
NemoPS Posted August 26, 2014 Share Posted August 26, 2014 It seems to be working for me, the page is centered now, as far as I can see 1 Link to comment Share on other sites More sharing options...
Lowlow_ Posted August 27, 2014 Author Share Posted August 27, 2014 indeed, thanks ! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now