Hi there,
the Lightweight social icons, try adding:
.lsi-social-icons {
min-height: 160px;
}
However the issue that Fernando mentions is something you will probably want to address. See here:
https://www.screencast.com/t/oLRgnY6rPky
Thats a mobile PSI report. In the diagnosis for initial load the mobile has 0
CLS. But in the user experience it is 0.24
.
User experience data will capture CLS that happens after load, and that Subscribe form appears without a user interaction and it shifts the entire page down ( by adding Top Margin to the Body ). Its a text book cause of hidden CLS issues.