Banner overlap

Posted in: Newspaper
Post count: 10

First of all, thanks for the great theme and awesome support, keep up the good work. I didn’t had any issues so far, and that’s unique for a WordPress theme:-).

I found a little bug, I think, with the ad display above the articles, using headerstyle 3 and posttemplate 3. There’s a little overlap with the featured image, only on single post. The homepage is displayed correctly. I use a little custom CSS (found here) for center the menu.

#td-top-menu .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}

Screenshot: http://awesomescreenshot.com/06d3tlwi77
live: http://goo.gl/h8oynw
Suggestions are welcome!

Post count: 6600

Hi,

Thanks for reporting this, we know about this bug and we have it on our issue list and we will fix this on the next theme update.
You can use this css to add margin to the banner and fix this: http://screencast.com/t/vXAPJcaojKvl

.single .td-a-rec-id-header {
margin-bottom: 50px;
}

Thanks

Post count: 10

The workaround fixes the problem, thanks!

Post count: 10

I just switched from DFP to ‘regular’ Adsense, and it seems that the single post-view went back to the old version. The homepage still works, is there anything I missed? Can’t imagine it’s because of the Adsense switch.

Post count: 6600

Hi,

Yes, it is because the Adsense switch, as the Adsense banners use this css class .td-g-rec-id-header so just add the css below to fix this: http://screencast.com/t/r6NWw4sqztv

.single .td-g-rec-id-header {
margin-bottom: 50px;
}

Thanks

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