Home Forums WoodMart support forum Big FOUC (Flash of Unstyled Content) after removing animation Reply To: Big FOUC (Flash of Unstyled Content) after removing animation

#185479

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. It seems to be our theme’s bug with RTL and we will fix this in our next theme update.

@media (min-width: 1292px) {
body [data-vc-full-width] {
left: calc((100vw - 1222px) / 2);
}
.platform-Windows body [data-vc-full-width] {
left: calc((100vw - 1239px) / 2);
}
}