tomascao Posted May 21, 2014 Share Posted May 21, 2014 Hey guys, I need help, I need to know how I can put a banner between the logo and the search module, which is centered, can someone please lend a hand? Link to comment Share on other sites More sharing options...
vekia Posted May 21, 2014 Share Posted May 21, 2014 hello by banner you mean default "image slider for your homepage" or just simple image? Link to comment Share on other sites More sharing options...
tomascao Posted May 21, 2014 Author Share Posted May 21, 2014 hello by banner you mean default "image slider for your homepage" or just simple image? is just a simple image, thanks... i try with many think but won't work... Link to comment Share on other sites More sharing options...
vekia Posted May 21, 2014 Share Posted May 21, 2014 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 More sharing options...
tomascao Posted May 22, 2014 Author Share Posted May 22, 2014 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 More sharing options...
vekia Posted May 22, 2014 Share Posted May 22, 2014 can you share url? it's css related problem and it's easy to fix, but problem needs inspection Link to comment Share on other sites More sharing options...
tomascao Posted May 22, 2014 Author Share Posted May 22, 2014 (edited) can you share url? it's css related problem and it's easy to fix, but problem needs inspection http://www.accion-bike.es/store.... i need code to center the image, and i try few different think but won't work.... Edited May 22, 2014 by tomascao (see edit history) Link to comment Share on other sites More sharing options...
tomascao Posted May 22, 2014 Author Share Posted May 22, 2014 http://www.accion-bike.es/store.... i need code to center the image, and i try few different think but won't work.... any idea?¿ Link to comment Share on other sites More sharing options...
tomascao Posted May 22, 2014 Author Share Posted May 22, 2014 any idea? Hi, Mr,Vekia, you know if the problem is with the css?¿ thanks a lot again!! Link to comment Share on other sites More sharing options...
tomascao Posted May 26, 2014 Author Share Posted May 26, 2014 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 More sharing options...
Recommended Posts