Mrkay Posted October 16, 2012 Share Posted October 16, 2012 (edited) Hi, and thanks in advance. I want to add a phone number to the header part of my website. It is currently there but as part of the logo image. I want to have it in a text format and floated to the right. Which file do I need to edit? http://www.modern-living.co//en/ Edited October 16, 2012 by Mrkay (see edit history) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 16, 2012 Share Posted October 16, 2012 You will need to edit your header.tpl. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
vekia Posted October 16, 2012 Share Posted October 16, 2012 (edited) Hi, and thanks in advance. I want to add a phone number to the header part of my website. It is currently there but as part of the logo image. I want to have it in a text format and floated to the right. Which file do I need to edit? http://www.modern-living.co//en/ may I ask about what template you use? it's great:) Edited October 16, 2012 by vekia (see edit history) Link to comment Share on other sites More sharing options...
Mrkay Posted October 18, 2012 Author Share Posted October 18, 2012 You will need to edit your header.tpl. Hope that helps! Marty Shue Mi Marty I've tried that but it puts the number at the very top of the page not opposite the search box where I want it. Link to comment Share on other sites More sharing options...
Mrkay Posted October 18, 2012 Author Share Posted October 18, 2012 may I ask about what template you use? it's great:) http://www.templatemonster.com/prestashop-themes/40834.html Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 18, 2012 Share Posted October 18, 2012 I've tried that but it puts the number at the very top of the page not opposite the search box where I want it. You will need to position it with some CSS. For example, I did the following and it worked pretty good. You will need to make appropriate modifications. It would be much better to put the styling in your stylesheet but obviously I couldn't since I don't have access to it. Give this a try <div style="position:relative;top:3.5em; right:2.3em; font-size:2em; float:right" id="phone">000-000-0000</div> Hope that helps! Marty Shue 1 Link to comment Share on other sites More sharing options...
Mrkay Posted October 18, 2012 Author Share Posted October 18, 2012 Thanks Marty that has worked a treat. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 18, 2012 Share Posted October 18, 2012 Glad to hear you got it to work. Just checked your site and it looks good. Marty Shue Link to comment Share on other sites More sharing options...
Mrkay Posted October 19, 2012 Author Share Posted October 19, 2012 Thanks Marty. Next time I'm in Carolina I'll but you a beer. Link to comment Share on other sites More sharing options...
Recommended Posts