Hi I would like to add an image to the right of my phone number. Could you tell me how to do that please? http://www.weather-tight.com
Hi weathertight!
In WordPress dashboard please go to Appearance > Editor and open Header.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
and add your code as shown here http://i.imgur.com/sIpHTyy.jpg
then add following code to Quick CSS in Enfold theme options under Styling tab
img.yourstyle { float: right; }
Cheers!
Yigit