Hi,
Ive finished building a website using enfold but there seems to be a double scroll bar which is making the whole website stick when scrolling. Ive also tried to reinstall a plugin I’ve deleted and it says that the files are still existing but its not showing up in the plugin section anymore. Its done this with 2 plugins.
How do I resolve this issue?
Thanks.
Hey Loonar17,
Please try the following in Quick CSS under Enfold->General Styling:
.responsive body {
overflow-x: inherit !important;
}
Best regards,
Rikard
Hi Rikard,
I did this and it didn’t work.
Thanks,
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Hi, Its the only css in the box but it still doesnt work.
any other suggestions on how to fix the problem?
Thanks,
Hi,
Please try this instead:
.responsive body {
overflow: hidden;
}
Make sure that you select to delete the old CSS and JS files under Enfold->Performance before you check the results.
Best regards,
Rikard
that seemed to do the job, thank you very much!
Hi,
Glad Rikard could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit