Here is the code I’ve used: <head>
<div class=”widget-header”><div class=”jetpack-image-container”><img src=”http://www.brightcents.com/wp-content/uploads/october2014-debtbar.jpg” class=”alignright” width=”400″ height=”116″ /></div>
</div>
Thanks,
Chenell
Hi Chenell,
Thanks for using Ignite!
Right now, your markup has been placed in the <head>. This is not meant for content, but rather it’s a place to include scripts and resources the webpage will use. What you want to do is move that markup into the <header> section. The <header> is the element of the site containing the site title and menu.
To complete this customization, you should first return the header.php file in Ignite to it’s original state. Then, copy the header.php file into an empty child theme (click to download). Lastly, you can make your edit’s to the child theme’s header.php file and activate the child theme on your site.
The reason for using a child theme is to allow you to add customizations that are update proof. Otherwise, when you update Ignite it will overwrite your changes.
Ahhhh, thank you! I don’t mind copying that one piece of code every time there is an update. Thanks!
Alright, one more question. How do I remove the orange lines between the widgets?