add_action('pagelines_branding_icons_start', 'add_phone_number_');
function add_phone_number_( ) {
?>
<a style="height:24px;width:200px;float:right" href="http://www.google.com"><img src="http://www.webroot.com/images/phone.gif"></a>
<?php
}
<a style="height:24px;width:200px;float:right" href="http://www.google.com"><img src="http://www.webroot.com/images/phone.gif"></a>;The float right part is very important though, so make sure you leave style="float:right" in your <a href tag. This ensures that whatever you added doesn't overlap or conflict with the actual logo.
// add_action('hook_name','function name');
add_action('pagelines_before_branding_icons', 'new_widgetarea');
// function name
function new_widgetarea(){?>
if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) :
endif;
<?php }
// end function

I have NO IDEA what "closing the php tag" means.your function is immediately closing the php tag, thats why your getting text printed to the page...
can you tell me exactly what i should put there and i can cut and paste it?
.widget_auto_font_resizer {
float: right;
}
ul#list_sb_universal {
margin-top: -180px;
position: absolute;
right: 0;
z-index: 10;
}
it worked beautifully.
It looks like you're new here. If you want to get involved, click one of these buttons!