Hey there chino75,
How are you doing today?
This is definitely possible but it will require making some modifications in the code.
What you need to do is copy header.php which is located in the root folder of your parent theme and paste it into your child theme.
Once you do that open it with text editor of your choice and add the following code to line 28, so it looks like this http://screencast.com/t/PnAG2fAR:
<div id="branding-2">
<img class="header-image2" src="Insert_image_URL" alt="" />
</div><!-- #branding2 -->
Replace Insert_image_URL with the actual URL to your image. This will add image to the header section, I’ve also added id and class for both holder and the image so we can use that to re position in to the right later with CSS.
Hope this helps and happy holidays 🙂
Cheers,
Bojan
Hi Bojan,
Thanks for your explaination, got it done!
Awesome 🙂 Glad I could help!
Cheers,
Bojan