Newspaper Pro – CLS Problem

Home Forums All Other Themes Newspaper Pro – CLS Problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #205951
    MarkusMarkus
    Participant
    • Topics: 22
    • Replies: 63
    • Total: 85
    Member since: February 7, 2017

    Hello,

    my site b2b-cyber-security.de works well. I use only nginx ans cloudflare cache tools. No caching tool inside wordpress.

    A test with pagespeed insights show me “green” for all computer results

    The test for mobile is bad, because the Cumulative Layout Shift (CLS) is red with 0,36. Later on, I can see the problem:

    First Google test shows, there is no explizite width und height for the logo, so I use the CSS code from the forum:
    .logo img {
    height: 90px;
    width: auto;
    }
    @media screen and (max-width:767px) {
    .logo img {
    height: 90px !important;
    width: auto !important;
    }

    2nd. The Elements inside

    <section id=”gry”> is 0,449

    3rd. the element
    <div class=”col-4″> is 0,175

    2nd + 3rd. are my news boxes – do you have any idea to fix the problem?

    Regards
    Markus

    #205968
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi,

    This is a custom requirement which would require some additional hours and doesn’t fall under theme support. Kindly connect with us on [email protected] for a quote.

    Regards,
    Chris

    #206047
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi,

    It took us around 3 hours of time.

    We did fix the issue as you can see in these 2 websites.

    However page speed insights is still reporting the old report. Maybe it takes time to process or else there’s some server cache which you need to remove.

    Its done from our end.

    Regards,
    Chris

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