Jump to content

Adding content to my header


Recommended Posts

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 by vekia (see edit history)
Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...