Snap scroll from elementor not working with your theme
-
hello i used latest theme update
used latest elementor and elementor pro
used the snap scroll function as photo from elementor page builder ( no working )
however it work good when i switch the theme to twintytwinty
Attachments:
You must be
logged in to view attached files.
i also used this html code but it not good as it not make the page full width
and it only work with mobile when i insert it
<style type=”text/css”>
.elementor-section-wrap {
overflow: scroll;
height: 100vh;
scroll-snap-type: y mandatory;
}
.child {
scroll-snap-align: start!important;
}
</style>
Hello,
You need to disable Elementor optimized styles option in Theme Settings -> Performance -> Plugins. Then clear your cache and test how it works.
Kind Regards
did that still not work ?
even cleared the server cash
Please, disable all external plugins and provide us with instruction on how to reproduce the issue.
Kind Regards
all plugins is disabled only your theme and woodmart core latest plugin and elementor pro
please see the website all information below
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .website-wrapper {
overflow: visible;
}
thats make it woooork , good solution man thanks 🙂
You are welcome! We are always here to help 🙂
Kind Regards
The topic ‘Snap scroll from elementor not working with your theme’ is closed to new replies.