Site logo

Archived topic

Aria attributes

7 replies · Started by Aaron on February 7, 2023

Viewing posts 1–8 of 8

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?

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

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;
    }
}

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

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?

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

I see. Can you try disabling that to test?

This archived topic is closed to new replies.