Adsense CSS in new blogger themes

45 views
Skip to first unread message

Inder Kumar

unread,
Jan 15, 2020, 9:16:39 AM1/15/20
to Forum Blogger Ambassade Francophone
Mon message
Bonjour, 
Adsense responsive ad units does not display properly in new blogger themes contempo - notable.
Can anyone tell me about the latest margins/paddings/container for adding adsense to these themes - 
Code used by me is add ads inside posts is-
 <b:if cond='data:view.isSingleItem'><div id='adsense-content' style='display:block;margin:30px 0px 30px 0px;text-align: center'>
ADSENSE CODE
                                            </div>
                                          <div id='adsense-target'>
                                   <data:post.body/>
                                          </div></b:if>
                                          <script type='text/javascript'>
                                            function insertAfter(addition,target) { var parent = target.parentNode; if (parent.lastChild == target) { parent.appendChild(addition); } else { parent.insertBefore(addition,target.nextSibling); } } var adscont = document.getElementById(&quot;adsense-content&quot;); var target = document.getElementById(&quot;adsense-target&quot;); var linebreak = target.getElementsByTagName(&quot;br&quot;); if (linebreak.length &gt; 0){ insertAfter(adscont,linebreak[0]); } </script>
And to add below footer
<b:if cond='data:view.isSingleItem'><div style='margin:30px 0px 30px 0px;text-align:center;clear:both;'>
ADSENSE CODE                                                                                          </div></b:if>

Inder Kumar

unread,
Jan 16, 2020, 11:16:04 PM1/16/20
to Forum Blogger Ambassade Francophone
Hello is the css correct - <div id='adsense-content' style='display:block;margin:30px 0px 30px 0px;text-align: center'>

Any help will be appreciated 

Rachid Amaoui

unread,
Jan 29, 2020, 3:09:16 PM1/29/20
to Forum Blogger Ambassade Francophone
Hi, there is nothing wrong with the CSS.
Maybe you have to contact the developper of the JS code

Inder Kumar

unread,
Jan 30, 2020, 9:56:20 AM1/30/20
to Forum Blogger Ambassade Francophone
Ok, thanks, I got the code from the net. 
Reply all
Reply to author
Forward
0 new messages