This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hello
Can you please tell me how I can add a couple of banners next to my navigation?
I have attached a screenshot of where i need them placed.
http://166.62.125.133/~microscope/wp-content/uploads/2017/03/banner_images.jpg
thanks
Tim
Hello,
You can edit the file header.php. We recommend to make changes in the child theme not to lose changes after update.
Regards,
Rose Tyler.
Hello
Thank you but can you send me the code that i need to add to the header and where it should be placed in header.php ?
Hello,
You can to find your header classes http://prntscr.com/ejpt5q in the file and there add some code of your banners, for example:
<div class="banners">
<a href="http://..."><img style="max-width: 100px;" src="http://...link to banner image" alt="..."></a>
<a href="http://..."><img style="max-width: 100px;" src="http://...link to banner image" alt="..."></a>
</div>
You can use Inspector of elements (Chrome built in tool) to find out what you should change in style css. I gave you a point to the right direction with changes and you can do them by yourself because individual customization is not included in our support. Feel free to ask me about all theme options or fixing the problems but additional customization is out of the scope of our support. You need to have base css and html skills if you want to change or add some special elements.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up