Header ad banner overlapping logo

Posted in: Newspaper
Post count: 15

Hey guys, I have a header banner with the dimensions of 728x90px. I’m running my ads through an ad management service (BuySellAds) and have the shortcode pasted into the “Header ad” box in the Theme Panel.

My problem is that when the site’s responsive settings are set for 980px, the ad overlaps my logo. I can see that there is enough space to the right of the ad to move it away from the logo while keeping it within the 980px, but I can’t figure out for the life of me how to do it.

Any assistance would be so greatly appreciated.

substreammagazine.com

Post count: 15

I had to revert my theme back to 1170px because the big slider doesn’t currently work with 980px. Here is a screenshot of the overlap.

http://imgur.com/OdIn7WK

Post count: 6600

Hi,

The big slider will be fixed in the next update to work on 980px to, about the logo from your header can be adjusted with a CSS, we will fix this in the next version to.

Thanks!

Post count: 15

Hi Lucian, by “next version,” did you mean 4.1? If so, the header ad still overlaps the logo in 980px mode.

Is there a bit of custom CSS you could offer to move move the header ad to the right?

Thanks,
Jacob

Post count: 854

hi,

try this css code :


.td-a-rec-id-header {
    left: 0px;
}

Thanks for you message.
Radu A.

Post count: 15

Thank you! And if I want to give it a little padding on the right side how would I do that? Say, 5px.

Post count: 6600

Hi,

Modify it to -5px like this:

.td-a-rec-id-header {
left: -5px !important;
}

Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.