Site logo

Archived topic

Sidebar CLS increases to 0.149

3 replies · Started by Cam on June 6, 2021

Viewing posts 1–4 of 4

We have a problem with the category page when the left sidebar is enabled, the CLS increases to 0.149. When we disable the sidebar or use the right bar as it is now, the CLS becomes normal (0.003).

We tried to
- Clear cache
- Disable the caching plugin.
- Remove the CSS of the sidebar

but nothing solve the issue

Hi there,

try adding this CSS to your site:

.left-sidebar .site-content .content-area {
    margin-left: auto;
}

This solves our issue on CLS. Thank you David

Glad to hear that

This archived topic is closed to new replies.