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 #3029684
CWV - CLS issues (desktop)
Closed

Comments

  • web360nl started the conversation

    Dear support,

    We are checking Google Search Console and are getting lots of CLS issues for desktop. 

    Within Google Search Console, all pages are having a “CLS issue”. Can you assist us and resolve?

    Please find the screenshot attached.

    Looking forward to your response. 

    Kind regards,
    Mark

  •  2,490
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .container.has-banner .header-banner {
        min-height: 155px;
    }
    @media only screen and (max-width: 767px) {
        .container.has-banner .header-banner {
            min-height: 133px;
        }
    }

    Then clear all the site cache, critical CSS cache then checks again.

    Regards,
    PenciDesign.

  • web360nl replied

    Dear support,

    Thank you for this suggestion. We've applied it last week and now re-checked the score. 

    Unfortunately, the CLS still too high:
    https://www.screencast.com/t/N2VSFlQ5

    How can we get the CLS on desktop to a value below 0.1? 
    Looking forward to your response, thank you in advance!

    Kind regards,
    Mark

  •   PenciDesign replied privately