tomascao Posted May 26, 2014 Share Posted May 26, 2014 Hi, can any one help please? im try to insert a static image in to the top of the web page, next to logo, but always i have the image under logo or on logo, can any one tell me where? and what code i have to use?¿ Help me plase!!!! Thans a lot!!!!!!! Link to comment Share on other sites More sharing options...
dioniz Posted May 26, 2014 Share Posted May 26, 2014 is it possible to see your site? Link to comment Share on other sites More sharing options...
tomascao Posted May 26, 2014 Author Share Posted May 26, 2014 is it possible to see your site? yes of course, is www.accion-bike.es/store, thanks a lot, i need put a image next to logo!! thanks again!!! Link to comment Share on other sites More sharing options...
S-HAMMANI Posted May 26, 2014 Share Posted May 26, 2014 Hi in header.tpl replace in line ~90 {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} with new lines: <div class="col-sm-8 clearfix"> <div class="col-sm-4 clearfix"><img src="your-img.jpg" alt="" height="{$logo_image_height}"></div> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} </div> Link to comment Share on other sites More sharing options...
tomascao Posted May 27, 2014 Author Share Posted May 27, 2014 Hi in header.tpl replace in line ~90 {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} with new lines: <div class="col-sm-8 clearfix"> <div class="col-sm-4 clearfix"><img src="your-img.jpg" alt="" height="{$logo_image_height}"></div> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} </div> The code work, but move all the menu and page.... any idea Link to comment Share on other sites More sharing options...
tomascao Posted May 27, 2014 Author Share Posted May 27, 2014 The code work, but move all the menu and page.... any idea Dont, thanks a lot!!!!!!!! you are a master!!!! thanks again!!!!! Link to comment Share on other sites More sharing options...
just444 Posted October 13, 2014 Share Posted October 13, 2014 did you manage to position it next to a logo? Link to comment Share on other sites More sharing options...
Recommended Posts