Jump to content

logo too big for header


Fury

Recommended Posts

Hi guys,

 

Been trying to get Prestashop running for a few days with a half decent theme. Really struggled to find anything for 1.5x so I went with 1.4.10

 

I have installed the vp_beststore theme

 

unfortunately my logo is too big for the theme's header

 

i have tried changing various things in the css files to varying degrees of success but not managed it yet

 

can anyone point me in the right direction

 

here is the store at the moment: URL REMOVED

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

try to move logo from the:

 

<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>

 

 

to the left column, this how it should looks like:

<div id="center_column" class=" grid_5">
		    <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>

Link to comment
Share on other sites

thanks, that is the file I am editing, but the software is ignoring my edits somehow

 

i have tried many different edits, including just having a blank header.tpl file and it still shows the same thing, how is this possible?

 

i am definately, 100% editing the correct theme files

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...