blackadder Posted January 20, 2013 Share Posted January 20, 2013 (edited) Hello good people, As You know, or not, I am new to PS. I have a little experience with cms and php. I now have a project with a webshop in need for some customizing. Any help with this will be greatly appriciated! Whats in it for me you ask? Well, if it results in a new theme You will be credited as a contributor! http://www.stefan.ax...tefan/index.php What have I done so far?: 1. Changed the default theme to 2 columns. 2. Added a background image for the website. 3. Changed the colors and added background image to the page. Yes, this is the easy part! So, whats up next?: 1. To change the website layout. Present: Like to change to: To do this I started with the header: a) I edited the header.tpl in order to try and get the header 100% width of the site. <!-- 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_6 omega"> {$HOOK_TOP} </div> And moved it to above: <div id="page" class="container_9 clearfix"> This schould give the header 100% width, thats what I thought anyways. No joy. What happend was that the page content loaded on the right side on the website. Anyone having ideas on this? Best regards Stein Edited January 20, 2013 by blackadder (see edit history) 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