Jump to content

Help! unable to remove blank space where banner should be


Recommended Posts

Okay, I'm now running version 1.5.3, and I have a paid theme installed. The problem is that the theme insists of inserting a blank space where I would assume the top banner would go, so right beneath the horizontal menu.

 

This means that my banner is displaying at the bottom of the page, and cart, featured products etc. below the banner. It is impossible to hook anything in the blank space, I tried in Live edit. Suggestions?

Link to comment
Share on other sites

In the theme header.tpl it looks like this:

 

 

{$HOOK_HEADER}

</head>

 

<body {if isset($page_name)}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>

{if !$content_only}

{if isset($restricted_country_mode) && $restricted_country_mode}

<div id="restricted-country">

<p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocation_country}</span></p>

</div>

{/if}

 

 

<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="{$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">

{$HOOK_TOP}

</div>

</div>

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