Hi,
Ive used the code below to make a clickable logo in header while retaining sitename:
<?php
echo "<a href=\"http://www.australianenviroservices.com.au\"><img src=\" http://www.tankremoval.com.au/wp-content/themes/thesis_17/custom/images/AESlogo.jpg \"></a>\n";
?>
Problem is the site name appears below the logo rather than to the right of it. See here tank removal
I have used custom css to move logo up but just cant move site name.
Thanks for the help.