Archived topic
Getting CLS with 2 sidebars (after adding navigation menu)
3 replies · Started by Deepak on July 19, 2022
Hello Team,
I am facing CLS issues if I add Navigation Menu to my left sidebar. Without the navigation menu there is no CLS
For the testing purpose I have disabled all plugins and only kept autoptimize plugin.
Is there any CSS which can be used to overcome this CLS?
Hi Deepak,
I'm not seeing the Navigation in your left sidebar, did you remove it?
Let me know!
Hi Ying,
No, It is still there. Added link with screenshot.
Can you try adding this CSS to see if there's any changes on CLS:
.both-sidebars .site-content .content-area{
margin-left:auto;
margin-right:auto;
}