*johnrbarringer:
You want to add it to your header right above the search bar correct?
I suggest doing the following:
1. Open your stylesheet
2. Find #header
3. If not there, add this: position: relative;
4. Now make the following at the bottom of your stylesheet.css file
#twitter{
position: absolute;
top: 100px
right: 10px;
width: 50px;
height: 50px;
}
5. Change the top, right, width, height values to reflect what you need.
6. Insert the following into your header.php file within the header id.
<div id="twiter">
<img src="image location" alt="Twitter"/>
</div>
7. Make sure to change the location of your png file
If this doesn't help you, you can contact me at my site Top WordPress Themes. And I will help you out further.
or email me at wpexplorer[at]gmail[dot]com
Same for you lisaisbell.
I can do the file edits for you if you wish...I hope this helped though!
---
WPExplorer