Hello,
I updated and tried the Mobile theme which is awesome. Only real problem I am having right now is my adsense is full page width.
I copied and pasted the exact same code I use on the regular theme, which has always been responsive.
Can you help please?
thegreatesttradition.com if you want to take a look
Odd you can try something like this then.
<center>
<style type=”text/css”>
.adslot_1 { width: 300px; height: 250px; }
@media (min-width:500px) { .adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .adslot_1 { width: 728px; height: 90px; } }
</style>
<ins class=”adsbygoogle adslot_1″
style=”display:inline-block;”
data-ad-client=”ca-pub-xxxxx”
data-ad-slot=”xxxx”></ins>
<script data-cfasync=”true” async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</center>
Replace the x’s with the ad-slot and your pub ID. You can also set the size to anything u want like on mobile if u want a 320×100 you can set that
Hi,
I have checked your site and adsense seems to display fine now on every device: http://screencast.com/t/gPT76pxwFFZ
I also saw another problem regarding your social counter. Please update it as newspaper 7 requires the latest version of the social counter. Disable and delete files from the plugins section and install the social counter again from the newspaper 7 theme package. Also, your visual composer version is 4.11 which can be problematic. Please update it to 4.12 as it is required by newspaper 7.3. Use this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!