Archived topic
Having trouble bringing Cumulative Layout Shift down
2 replies · Started by Abdulrahman on March 6, 2021
Any idea how to resolve this? I am trying to bring down Cumulative Layout shift. I am using WP rocket/cloudflare. Let me know if you have any questions
<div class="site-footer grid-container"> ->1.012 CLS
Post navigation Page 1 Page 2 … Page 16 Next →
nav id="nav-below" class="paging-navigation masonry-brick" style="opacity: 1;"> ->
0.131 CLS
Hi there,
Is this just for mobile?
If so try this PHP snippet to disable it on mobile only:
https://generatepress.com/forums/topic/masonry-grid-overlapping/#post-1290416
Adding PHP: https://docs.generatepress.com/article/adding-php/
Didn't work, but <div class="site-footer grid-container">was giving me the most issues as it had a 1.012 CLS. I ended up removing a widget and that resolved the issue.