• Resolved Messes

    (@messes)


    Hello, the default ad size text is too small, since about 8-9 AAL updates ago I started getting theses messages from google console

    Search Console has identified that your site is affected by 2 Mobile Usability issues:
    Top Issues The following issues were found on your site:

    Clickable elements too close together
    Text too small to read

    I tried making the images bigger but the text doesn’t resize with it.. is there a way to make the text bigger? I’m using everything default (trial version)

    ad size right now is like 8pt text It used to be 12pt like the rest of the page. I’ve turned down all other plugins and nothing seems to be compressing the text

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    It should be able to be fixed with custom CSS rules. Can I see your live site so that I can suggest some CSS rules?

    Thread Starter Messes

    (@messes)

    Sure… https://lvx.me

    Plugin Author miunosoft

    (@miunosoft)

    I see. Can you try adding the following CSS rules via Dashboard -> Appearance -> Customize -> Additional CSS?

    
    /* Amazon Auto Links Fixes */
    
    /* fix: font-size */
    .amazon-products-container-list .amazon-auto-links-product-body {
       font-size: inherit !important;
    }
    .amazon-products-container-list .amazon-prices, .amazon-products-container-list .amazon-product-price, .amazon-products-container-list .amazon-product-discounted-price, .amazon-products-container-list .amazon-product-lowest-new-price, .amazon-products-container-list .amazon-product-lowest-used-price, .amazon-products-container-list .amazon-prices .proper-price, .amazon-products-container-list .amazon-prices .offered-price
    {
        font-size: inherit !important;
    }
    .amazon-products-container-list .pricing-disclaimer {
        font-size: small !important;
    }
    
    /* fix: rating star no-wrap */
    .amazon-auto-links .crAvgStars {
        white-space: nowrap;
        margin-right: 0.4em;
    }
    
    /* fix: vertical alignment of description */
    .amazon-products-container-list > .amazon-product-container .amazon-product-description {
        vertical-align: middle;
    }
    /* fix: prime icon size */
    .amazon-products-container-list .prime-icon {
        height: 1em;
    }
    
    Thread Starter Messes

    (@messes)

    yes!!! that did the trick, Thanks…..

    Plugin Author miunosoft

    (@miunosoft)

    Great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ad text size is too small’ is closed to new replies.