Hi,
Will you please let me know how I can center a Google Adsense leaderboard (728×90) Ad under the main menu and have it show on all pages/posts?
Thanks,
Bernadette
Hi
The most easy way to display an ad under the main menu it’s by using a any header style between 5 and 10: http://screencast.com/t/jmxK4ym1 Here is the result when header style 5 it’s used: http://screencast.com/t/kgU5KpsgW6p
Let me know how it goes and if you need further assistance please let me know.
Thanks!
Hi,
Thanks. Right. I understand which headers to use but how are you getting the ad to show up centered under the menu?
Thanks!
Bernadette
Hi,
If you look at PowerSellingMom.com now you’ll see the centered ad under the menu. I knew how to accomplish this. I need the ad to show up exactly this way on every page and post and category.
Help me out?
Thanks so much!
Bernadette
Hi
I’ve checked your site and noticed that on homepage you’re using a row html to display the header ad: http://screencast.com/t/tDixG4XjBsT To have the ad displayed on all post/pages try using the theme header ad-spot from theme panel > ads: http://screencast.com/t/kDnmEa9F
Thanks!
OMG! Brilliant! Thank you SO much! I never thought to use that because I thought it was for the header above the menu! You ROCK!!!!!!
Is there a way to get a bit of empty space above and below the ad?
Take care,
Bernadette
-
This reply was modified 10 years by
PowerSellingMom.
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/YKdYy3rS
.td-header-style-8 .td-header-sp-ads .td-header-ad-wrap{
margin-top: 10px;
margin-bottom: 10px;
}
You can increase margins values as you want.
Thanks!