Title: Ads not displaying correctly
Last modified: August 21, 2016

---

# Ads not displaying correctly

 *  Resolved [dirt hammer](https://wordpress.org/support/users/dirt-hammer/)
 * (@dirt-hammer)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/)
 * My side bar ads were displaying 280×580 in size, updated the plugin and now only
   a small 125×125 corner of the ad is being displayed.
 * [http://www.dirthammers.com](http://www.dirthammers.com)
 * [https://wordpress.org/plugins/adrotate/](https://wordpress.org/plugins/adrotate/)
 * I’m using this plug in at [http://www.themotogiveth.com](http://www.themotogiveth.com)
   and have not updated the plug in and the ads work fine.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/ads-not-displaying-correctly/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/ads-not-displaying-correctly/page/2/?output_format=md)

 *  [WebMaster](https://wordpress.org/support/users/marketing-master/)
 * (@marketing-master)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103910)
 * I also have problem with ads sizes.
 * Sample page: [LINK](http://www.svet-teka.si/)
 *  Plugin Author [Arnan](https://wordpress.org/support/users/adegans/)
 * (@adegans)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103934)
 * Set the right ad sizes in your groups.
 * more: [https://www.adrotateplugin.com/2014/07/group-sizing-and-cut-off-adverts-and-group-sizing/](https://www.adrotateplugin.com/2014/07/group-sizing-and-cut-off-adverts-and-group-sizing/)
 *  Thread Starter [dirt hammer](https://wordpress.org/support/users/dirt-hammer/)
 * (@dirt-hammer)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103937)
 * you mis understand my issue. the ads are set to the correct size, the plug in
   update caused the issue.
 * ad rotate plug in was working great today, updated and then the banner sizing
   issue popped up. when i view the ads they appear correctly within the ad rotate
   manager ads but no longer within the side bar.
 * using wordpress 3.9.1
 *  [WebMaster](https://wordpress.org/support/users/marketing-master/)
 * (@marketing-master)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103938)
 * You still have this instructions in plugin settings:
 * Dynamic and Block Mode
    Only required if your group is in Dynamic or Block mode.
 * What if I use AdSense responsive ads in responsive theme?
 * Thx, BR
 *  [WebMaster](https://wordpress.org/support/users/marketing-master/)
 * (@marketing-master)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103943)
 * OK, I fallow your guide and resolve a problem.
    I think that such big changes
   isn’t OK because they brake page without any notice.
 * THX, BR
 *  Thread Starter [dirt hammer](https://wordpress.org/support/users/dirt-hammer/)
 * (@dirt-hammer)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103945)
 * For Plug In Author
 * you mis understand my issue. the ads are set to the correct size, the plug in
   update caused the issue.
 * ad rotate plug in was working great today, updated and then the banner sizing
   issue popped up. when i view the ads they appear correctly within the ad rotate
   manager ads but no longer within the side bar.
 * using wordpress 3.9.1
 *  [ronaldorrjr](https://wordpress.org/support/users/ronaldorrjr/)
 * (@ronaldorrjr)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103967)
 * Yeap. The update to 3.10.2 messed up with my banners too!
 *  [levy04](https://wordpress.org/support/users/levy04/)
 * (@levy04)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103968)
 * Someone turkish gays hacking me..they changing my username put theme and delete
   wp-admin folder ? how they do that ?
 * what type of hacking metod thay use to hack me ?anyone know?
 *  [jsowers897](https://wordpress.org/support/users/jsowers897/)
 * (@jsowers897)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103985)
 * Your updates completely screwed up the ads sizes and alignment. And before you
   post a link to that we need to set our group sizes, you need to consider that
   not all groups have the same size banners, and also group size is only for block
   mode, which I do not use, and the ads are still be cut off and moved to the left,
   so your solution is not a solution at all. Please fix.
 * These DIVs seem to be causing the issue
    `<div class="g g-1"><div class="g-single
   a-18">`
 *  [jsowers897](https://wordpress.org/support/users/jsowers897/)
 * (@jsowers897)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5103990)
 * After looking at the styles added, seems as though you are adding block style
   to ads that are not using block. My ads do not use block and this style have 
   been added to the header.
 *     ```
       .g { position:relative; margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; }
       	.g-dyn { display:none; }
       	.g-col { position:relative; float:left; }
       	.g-col:first-child { margin-left: 0; }
       	.g-col:last-child { margin-right: 0; }
       	.g-1 { margin:1px; min-width:1px; max-width:127px; min-height:1px; max-height:127px; }
       @media only screen and (max-width: 480px) {
       		.g-col, .g-dyn, .g-single, .g-postinject { width:100%; margin-left:0; margin-right:0; }
       	}
       ```
   
 * This is where the problem lies. You are applying Block styles even though Block
   is not selected in the Group Settings.
 * I said it before, but I’ll say it again. Ad Groups do not necessarily have the
   same size banners in them, i.e. some are 468×60, 468×80, 600×250, etc, because
   the area that they are put may allow a variety of sizes.
 * **I was able to fix the problem by adding this to my child theme style.css file**
 *     ```
       /* AdRotate Fix */
       .g { position:relative; margin:0px; padding:0px; overflow:visible !important; line-height:1; zoom:1; }
       	.g-1 { margin:1px; min-width:1px; max-width:100% !important; min-height:1px; max-height:100% !important; }
       ```
   
 * The changes were the max-width & max-height to 100% !important in the .g-1 class,
   and also the overflow: visible !important in the .g class.
 * I am assuming that .g-1 is for group 1 and .g-2 is for group 2, etc, so you will
   need to change each one for each group you have. I only posted .g-1 to keep it
   short.
 *  [mausoftware](https://wordpress.org/support/users/mausoftware/)
 * (@mausoftware)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5104030)
 * my Ad group based on 7×2 grid is broken, after the plugin update.
    using MetroMag
   from themeforest see here [http://www.lisolaweb.com/inserzionisti/](http://www.lisolaweb.com/inserzionisti/)
   columns are setting 450 px wide x 150 high
 *  [beyondpositiveorg](https://wordpress.org/support/users/beyondpositiveorg/)
 * (@beyondpositiveorg)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5104087)
 * My site [beyondpositive.org](http://www.beyondpositive.org) has the left hand
   columns in the Oxygen responsive theme broken since the last update. ARGH.
 * They’re large skyscraper adverts 240px x 1000px but since the update yesterday
   are just showing tiny 125 x 125 squares.
 * My adrotate is set to default – not block or dynamic.
 * HELP!
 *  [ronaldorrjr](https://wordpress.org/support/users/ronaldorrjr/)
 * (@ronaldorrjr)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5104088)
 * Even if your group is set to “mode: default”, if you put your AD width and height
   it will solve the problem. It´s not the best solution, but it will fix it until
   they launch the next update.
 *  [WebMaster](https://wordpress.org/support/users/marketing-master/)
 * (@marketing-master)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5104089)
 * I agree with #ronaldorrjr solutions. Its temporary but work.
 *  [mausoftware](https://wordpress.org/support/users/mausoftware/)
 * (@mausoftware)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/#post-5104094)
 * #ronaldorrjr, where should I put my AD width & height ?
    hope they solve quickly

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/ads-not-displaying-correctly/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/ads-not-displaying-correctly/page/2/?output_format=md)

The topic ‘Ads not displaying correctly’ is closed to new replies.

 * ![](https://ps.w.org/adrotate/assets/icon-256x256.gif?rev=3117289)
 * [AdRotate Banner Manager](https://wordpress.org/plugins/adrotate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/adrotate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/adrotate/)
 * [Active Topics](https://wordpress.org/support/plugin/adrotate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/adrotate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/adrotate/reviews/)

 * 18 replies
 * 9 participants
 * Last reply from: [db9429](https://wordpress.org/support/users/db9429/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/ads-not-displaying-correctly/page/2/#post-5104108)
 * Status: resolved