Site logo

[Support request] Aria attributes

Home Forums Support [Support request] Aria attributes

Home Forums Support Aria attributes

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2525396
    Aaron

    Hello, I have an error message from page speed insights that my tap targets are not the right size for mobile. Could you please let me know the best way to update the correct spacing or place in default?

    #2525406
    Fernando
    Customer Support

    Hi Aaron,

    For reference, can you provide the link to where this issue is occurring?

    You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2525432
    Aaron

    Hello, sure, I have provided in separate request. wedistry.com

    #2525441
    Fernando
    Customer Support

    Can you try adding this through Appearance > Customize > Additional CSS?:

    @media (max-width: 768px) {
        span:is(.gp-icon.icon-search,.gp-icon.icon-menu-bars) svg {
            width: 30px;
            height: 30px;
        }
    
        span.menu-bar-item.search-item a {
            height: 30px;
        }
    }
    #2527937
    Aaron

    Thank you, I’ve added this to additional css. Is there a way to check that it worked or could you check for me?

    #2527978
    Fernando
    Customer Support

    Actually, are you using any optimization/caching plugins? Can you remove the code I provided and disable those first to test if a plugin is causing this issue?

    #2528019
    Aaron

    I don’t have any optimization plugins, just Ezoic.

    #2528023
    Fernando
    Customer Support

    I see. Can you try disabling that to test?

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