Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2794717
tap targets audit fails
Closed

Comments

  • mo3aleg started the conversation

    Hello

    when i try to seo check it give me error in Tap targets are not sized appropriately

    Lighthouse flags pages with tap targets that are too small or too close together:

    Targets that are smaller than 48 px by 48 px or closer than 8 px apart fail the audit. When the audit fails, Lighthouse lists the results in a table with three columns:

    and like the image

    how i can fix that


    2- when i do seo check it say to my that there is 0 H1 in my website

    thank u

  •  2,495
    PenciDesign replied

    Hi,

    1. Please send me a related page URL about this issue. If you build this element with Elementor, please make sure the button min size: 48x48px.

    2. Please go to Appearance > Customize > Homepage > General, scroll down to Add More <H1> Tag for Homepage, add your H1 content here.

    Best Regards,
    PenciDesign.

  •   mo3aleg replied privately
  •  2,495
    PenciDesign replied

    Hi,

    Sorry, I can't find the elements "Button one" and "Button two" on your home page.

    Please check again.

    Best Regards,
    PenciDesign.

  •   mo3aleg replied privately
  •  2,495
    PenciDesign replied

    Hi,

    Please try to add the following custom CSS code by going to Appearance > Customize > Custom CSS:

    .widget.widget_categories ul li {
        padding-bottom: 0;
        margin-bottom: 0;
    } .widget.widget_categories ul li a {
        font-size: 17px;
        line-height: 1.5;
        padding-top: 15px;
        padding-bottom: 15px;
    } .home-featured-cat-content .first-post .magcat-detail h3 a {
        padding-top: 15px;
        padding-bottom: 15px;
    } #footer-section .footer-menu li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    Best Regards,
    PenciDesign.

  •   mo3aleg replied privately
  •  2,495
    PenciDesign replied

    Hi,

    Please try to add the following custom CSS code by going to Appearance > Customize > Custom CSS:

    .widget-social a {
        padding: 15px 10px;
    } .home-featured-cat-content .magcat-detail h3 a {
        padding: 15px 0;
    }
    Best Regards,
    PenciDesign.