Archived topic
Layout shift
1 reply · Started by Allen on February 26, 2022
Viewing posts 1–2 of 2
hi
During initial load, my middle content was loaded on the left then shifted to the middle.
Can help to check what might be reason?
I have tried to disable cache, but still the same issue.
Thank you
Hi Allen,
I did a lighthouse test for your site, and it doesn't seem have any lay out shifting issue:
https://www.screencast.com/t/WJG7QLd58
But you can give this CSS a try:
.site-content .content-area {
margin-left: auto;
margin-right: auto;
}
This archived topic is closed to new replies.