Parallax issue with chrome & fix
-
While it works in other browsers like Firefox, the parallax does not work properly in chrome. I found the following fix for the Sydney theme which also applies for Meteorite (and probably all other Terra Themes themes; source: https://siteorigin.com/thread/chrome-99-parallax-issue/)
Simply add the following css rule to your Custom CSS (Design > Customizer):
.panel-row-style {
-webkit-transform: none;
}For the theme developers:
The css rule which is causing the issue is in the theme’s stylesheet:
/* Parallax fix */
.panel-row-style,
.elementor-section {
-webkit-transform: translate3d(0,0,0);
}As far as I can see there is no drawback regarding this fix. Am I right?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Parallax issue with chrome & fix’ is closed to new replies.