Jump to content

Please help, banner between logo and search module


Recommended Posts

open header.tpl file

check how the logo is implemented there

do the same for image you want to display there

 

right after code:
 

<div id="header_logo">
									<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
										<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>
									</a>
								</div>

add own code to include picture

 

<img src="YOURPICTUREURL">

Link to comment
Share on other sites

open header.tpl file

check how the logo is implemented there

do the same for image you want to display there

 

right after code:

 

<div id="header_logo">
									<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
										<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>
									</a>
								</div>

add own code to include picture

 

<img src="YOURPICTUREURL">

Thanks a lot!! but i can't get the banner in the right position, in center always i get the banner on or under the logo...

Link to comment
Share on other sites

×
×
  • Create New...