-
AuthorPosts
-
June 10, 2015 at 12:59 pm #298229
Question #1) How do I adjust the settings so the top of the blog entry rests against the bottom of the adsense ad?
Question #2 How do I adjust the width of the adsense placement so it’s as wide as the blog section (see blue markings)?
Site is bellybanish.com.
June 11, 2015 at 3:28 am #298811Hello There,
Thanks for writing in! To remove the space between the banner ad and the container of the post, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-container.offset{ margin-top: 0; }
To adjust the width of the adsense placement so it’s as wide as the blog section, please add the following css code in the customizer, Appearance > Customize > Custom > CSS. The width of the banner ads will depend on the GA code settings.
.site .adsbygoogle { margin: 0 auto !important; max-width: 1200px; }
Please let us know if this resolves the issues.
June 11, 2015 at 9:34 am #299085The margin has been successfully removed, thank you.
However, the ad block is in the center of the screen, instead of aligned with the blog content. How do I fix?
June 11, 2015 at 11:11 pm #299615Hello There,
Please add the following code in your Customizer via Appearance > Customize > Custom > CSS:
#ad_iframe{ left: 30% !important; }
If this doesn’t do the trick, please set this on where you generate the code for ads.
Hope this helps.
-
AuthorPosts