How to show ad betwen menu and title

Posted in: Newspaper
Post count: 60

Hi,

Could there be a way to show ads between Menu and Title? The prime location. There can be a Theme Option which could be Logo then Menu then Ad.

I appreciate your support.

Best

Post count: 6600

Hi,

You can set and use the “Style 3-(full width logo) + menu” from theme panel > header style:
You will get this resul: http://screencast.com/t/XHGKSWEc
You might also need to style the ad box, use this css:

.td-visible-desktop {
margin-bottom: 48px;
}

Thanks

Post count: 60

Thanks.

Post count: 60

Tahnks Lucian,

Tried but as you can see the ad is getting trimmed/cropped. The same issue that happens when ad goes in header area next to logo. How can I fix this as cropping Ads is not a good idea. Check the screenshot below:

https://drive.google.com/open?id=0B-ALfi5glBeCSzhnMUIzYmNZY0U&authuser=0

Post count: 6600

Hi,

Do you still have this issue? I have checked your site and your ad looks good now: http://screencast.com/t/6wlk4cFdAGao
Please let me know.

Thanks

Post count: 60

Yes, the issue is there. I added this css as for some reason div class/id added to ad code in Header Ad box don’t work. Also the css given by you didn’t work.

So I ended up changing this:

.header-content-rec {
height: 122px;
}

It did work, but I am not sure if that’s a good idea or if its breaking something else shomewhere.

Post count: 6600

Hi,

Should not affect anything else but the banner container, you could also use this css to target the banner, if you use an google adsense ad:

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

Thanks

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