Adsense responsive ads and column layout

Home Forums Support Adsense responsive ads and column layout

Home Forums Support Adsense responsive ads and column layout

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #174014
    Reuben

    Hi there, I have an issue with Google Adsense responsive ads and column layout in Firefox.

    My website is at http://www.describee.com . When you open the website in a small browser window (to force the column to a one column mode), apart from the top post, the remaining posts don’t wrap properly within the browser. In Google Chrome, everything works fine.

    The column layout in Firefox works fine if the ad unit is removed, or if I choose not to use the column layout.

    How do I fix this? Thanks!

    #174066
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you try this CSS?:

    @media (max-width: 768px) {
        .generate-columns {
            display: block;
            max-width: 100%;
        }
    }
    #174100
    Reuben

    Thank you. I had to change max-width to 1024px though, but it works now.

    Any idea what may have caused the issue?

    #174101
    Tom
    Lead Developer
    Lead Developer

    Bug in the plugin which is fixed now.

    100% is definitely the better choice – tried it using inspect element on your site and it seemed to work?

    #174120
    Reuben

    Hi Tom,

    I meant max-width in the @media query from 768px to 1024px. Using the original code (768px), it seems that from 768px to the point where the column is still single, the bug still occurs.

    #174200
    Tom
    Lead Developer
    Lead Developer

    Interesting – thanks for the heads up, I’ll look into it 🙂

    #174530
    Tom
    Lead Developer
    Lead Developer

    I believe I have this fixed, if you’d like to try the new version shoot me an email to support@generatepress.com.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.