• Resolved tthb

    (@tthb)


    In the sidebar I have placed some 300 x 250 content ads. One of the ads is displaying the entire ad (adsense) however, the other ads of the same dimensions are cut off? They appear to not be fitting in the sidebar area. I Have used text widget for all ads. I have tried moving the same ads to a page and they do display in full. Is this an issue with the sidebar size?

    Please take a look and let me know what to change: https://greatgadgets.com.au/shop/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ah OK, I see the issue. The problem with the Amazon ad is that it’s an iframe with a specific width. So as the sidebar decreases to beneath 300px in width the ad gets cut off.

    Add this custom CSS, it should resolve the issue;

    #amzn_assoc_ad_div_FFTSONXGBY27FO4W_0 iframe {
    max-width: none;
    }

    Thanks

    Thread Starter tthb

    (@tthb)

    Fantastic thanks. But exactly where do I need to place that in the style.css?

    Thread Starter tthb

    (@tthb)

    I did place that in custom CSS but did not resolve the problem. Any other possible solution?

    Thanks ??

    Hey, you should add it to your child themes css, or via a custom css plugin. I tested it via the Inspector and it definitely worked ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Content Not Displaying Properly in Sidebar Text Widget’ is closed to new replies.