Posted - 03/12/2022 : 17:30:11
Goodaye Patrick, When gradually reducing your page width down to small mobile portrait window size, you will see div.detailname and div.detailimage position, width & aspect ratio jumping around. That's my best guess as to what the Webvitals CLS debugger is whinging about. If you make both div.detailname and div.detailimage {width: 100%; float: none} then run the test again, that is less complicated and will likely solve the issue.  Also SliXSprings #header .logo {max-width: 90%!important;} could be reduced to 60%, thus leaving room for the "Veteran Owned Business" logo, make that {max-width: 40%}, to solve the image jump movement on small width mobile screen. Otherwise, your page passes the Google Mobile Friendly test and GTmetrix Performance is Grade A. Hope that helps. Gary 
Edited by - ITZAP on 03/12/2022 17:30:31
|