Shopify themes, liquid, logos, and UX
Hi everyone,
I'm trying to fix a high Cumulative Layout Shift (CLS) score of 0.15 on my website phenomestraps.com. I'm using Dawn theme. I've found that covet.pics instagram gallery app loading time causes the layout shift.
Can you help me, how can I fix it? How can I add a fixed height spaceholder, or something like that?
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
I wonder why app does not do it. The solution is to add the following code to the "Custom CSS" of the covet app section:
.covet-pics-shopify-section {
min-height: calc(33.33vw + 28px );
}
(not that fixed px height value would not help as section height changes with window width)
In my browser it gives CLS of 0:
Can you help me how to do that?
where should it be added? I've tried adding to the custom CSS, but didn't help
This is an accepted solution.
I wonder why app does not do it. The solution is to add the following code to the "Custom CSS" of the covet app section:
.covet-pics-shopify-section {
min-height: calc(33.33vw + 28px );
}
(not that fixed px height value would not help as section height changes with window width)
In my browser it gives CLS of 0:
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025