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

  On 5/21/2014 at 10:36 PM, vekia said:

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

  On 5/22/2014 at 2:22 PM, vekia said:

can you share url? it's css related problem and it's easy to fix, but problem needs inspection 

Hi Vekia, can you check the url?¿ why can't have a image next to logo?¿ thanks 

Link to comment
Share on other sites

×
×
  • Create New...