Jump to content

Moving main area down


Recommended Posts

Hi all

I have managed to install PrestaShop and am trying to integrate it to match my site style. How can i move the whole area of the shop down a bit. That is put some space between the logo and the Cart and Tags block.

Once thats done in the same space thats been created i want to put in a basic text based nav bar to external links, how/where would i code that.

All help is greatly appreciated.

J

Link to comment
Share on other sites

The best way is to move the logo id out of the page style in your theme -> header.tpl

After this you will have to tweak the logo css style.

You can also put an additional

tag below the logo id on the header.tpl page just like you would html.

Prestashop uses the id="header" tag for the admin user, contact, and other blocks.

Here is an example of one of my client's stores ...

themes/*/header.tpl file
<!-- Header -->







{$HOOK_TOP}

<!-- Left -->

               {$HOOK_LEFT_COLUMN}


           <!-- Center -->

   {/if}
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...