Hello, I have a few questions
Q1) I have set the code of the add at the header here: (http://es.tinypic.com/r/15y7sch/8) and in the google adsense options I establish the following size: 720×90. But as you can see here (http://es.tinypic.com/r/aviys5/8), the ad isn’t showing at maximum size. ¿How can I fix it?
Q2) Where can I modify the gap between H2/H3 and the paragraph? (http://es.tinypic.com/r/j61u8i/8)
Thanks
Hi,
you can change the ad size from here: http://screencast.com/t/1eAQDx1L6
also please note that the size is per device… so if you load your site on a tablet or small screen like the one in the screenshot, the theme will load the tablet portrait banner size. Basically the adsense is responsive.
Only via custom css (add it in the css panel of the theme):
h2 {
padding-bottom:30px;
}
h3 {
padding-bottom:30px;
}
Hope this helps
Hello, thanks for your answer, but I have the same problema.
Now, I set the size 720×90 as you tell me, but when I make bigger the window, the ad didn’t adjust to the maximum dimension and placed here (http://es.tinypic.com/r/21odis/8). So, to watch the ad at 720×90 I have to make bigger the window and reload it and looks like here (http://es.tinypic.com/r/28jh2fn/8). But, when I try to reduce the windows, the ad put over the logo of the web (http://es.tinypic.com/r/14dhu7a/8).
How can I fix it?
Google doesn’t automatically resize ads when resizing browser, it only shows ONE size per session, for the initial ‘viewport.’ If you change browser size, you must hit refresh to get new session and get new ad to match updated viewport. This is Google serving the ads, not the theme.
I know, but in the demo of the theme it works in a different way. In the same windows, the ad resize automatically, whereas in my page If I make bigger the page my ad doesn’t change it.
Take a look to the theme demo: http://demo.tagdiv.com/newspaper/
And now try to do the same in my page: http://actualidadiwatch.com
Yes… but those are static ads (in the demo) and not coming from AdSense. Two totally different things.
Graphics hosted on your own site or ad platform which are graphics can resize with responsive layout just like a photo, as that is exactly what it is.
AdSense loads in an iframe or container built by AdSense in the spot where you place the code. You have no control of the boxes being loaded externally from Google, etc., which may contain graphics and text and even video elements.
SO, the demo works differently since those are different ad units based on static graphic files. If you host your own banners locally and load them in those spots, as in the demo, they would behave the same way.
You’re comparing apples to watermelons and not apples to apples.
Hope that helped 🙂
-
This reply was modified 12 years by
simchris.
Christopher Simmons: Thanks for your answer, now I understand it.
Q2) About this solution
`h2 {
padding-bottom:30px;
}
h3 {
padding-bottom:30px;
}`
It works perfectly, but I only want this gap in the articles, not in the widgets of the sidebar. Take a look what happens when I put de the code. (http://es.tinypic.com/r/jt9mhx/8)
How Can I establish only for the articles?