- This topic has 2 replies, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Newspaper Pro – CLS Problem
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
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
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
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]