I have been trying to put a banner 728*90 banner in header alongside the blog name (www.hamakdunyasi.com). The banner appears there but above the blog name. I am using Digest theme. I have “style.css” and “editor-style.css”. I put the following code in both files but did not work.
.ads-header-desktop {
display: block;
float: right;
margin-right: 20px;
margin-top: -115px;
}
Do you have any other suggestions? Thank you.