i’ve found a way to add my logo in the header of my template.
in the custom css i have inserted this:
#istituzio {
margin-top:0px;
margin-left:350px;
position:relative;
z-index:100;}
…and in the footer.php:
<div id="istituzio">
<img src="https://www.villapojanatrastoriaearte.it/wp-content/uploads/2015/05/loghi_istituzionali_low.png" alt="" width="292px" height="40px" border="0"/ >
</div>
but the white ribbon in the header cover the logo even if i use position:absolute; and z-index:100;
why ?
if i position margin-top:100px i can see logo image appearing below the white ribbon in the header…
thx