Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author acosmin

    (@acosmin)

    From what I see you are using a plugin to display your ads.

    I am sorry buy I can’t offer support for 3rd party plugins or theme customization. You will need to speak with the plugin’s author…

    Thread Starter Dionidream

    (@dionidream)

    Hi Acosmin,
    I understand so i ask you if it is possible to add an ad banner at the beginning of each post through index.php sheet and if in this way the view is correct.
    Thank you

    Theme Author acosmin

    (@acosmin)

    Try using the responsive ads from Google Adsense.

    Then open /post-templates/content-single.php, find this line:

    <div class="single-content<?php if( $show_thumbnail) { echo ' featured-image'; } ?>">

    add bellow it this:

    <div style="width: 100%;" class="clearfix">
      YOUR ADSENSE CODE GOES HERE!
    </div>
    Thread Starter Dionidream

    (@dionidream)

    I managed to sort it out using the advice you gave in another support question:
    removing this line <meta name=”viewport” content=”width=device-width”/>

    I thought that the problem was in the lenght of the ad instead was the theme that was appearing on its own on half screen

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adsense ads in the mobile view’ is closed to new replies.