Hello guys,
I was able to trace the problem of my CLS.
Generate default press loads in ../themes/generatepress/style.min.css?ver=2.4.2
this: .inside-header {padding: 40px}
but in my child theme I set a lower padding, which until loaded, causes this Cumulative Layout Shift Problem.
How do I go about removing that code from style.min.css?
thanks for the support