Archived topic
Side bar is loading after the main content loads and that causes CLS
3 replies · Started by SAGAR on August 1, 2022
Hey,
While loading any page, the First main content area loads, then it compresses to my defined size, and then the sidebar loads. It is causing the CLS issue. How can I keep the sidebar fixed on the desktop?
Check the screenshot here to get a clear picture - Here is the screenshot
Hi there,
are you using any CSS optimizations / cache plugins ?
As the content container is always loaded with a % width eg. 75% so it should not fill the screen if the sidebar isnt there.
Yes, the problem was due to the plugin. Now the problem was resolved. Thank you so much
Glad to hear that