mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-17 17:04:51 +00:00
remove div label outside of the adwrapper style
fix for size of ad being cut by line in mobile view for adsense
This commit is contained in:
parent
4eade6a1d9
commit
5dfa24c237
@ -1,7 +1,7 @@
|
||||
{{#if checkTrustLevels}}
|
||||
{{#if site.mobileView}}
|
||||
<div style={{adWrapperStyleMobile}}>
|
||||
<div class="google-adsense-label" style={{adTitleStyleMobile}}><h2>ADVERTISEMENT</h2></div>
|
||||
<div style={{adWrapperStyleMobile}}>
|
||||
<ins class="adsbygoogle"
|
||||
style={{adInsStyleMobile}}
|
||||
data-ad-client="ca-pub-{{publisher_id}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user