Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1168227

    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.

    #1168380

    Hey Loonar17,

    Please try the following in Quick CSS under Enfold->General Styling:

    .responsive body {
        overflow-x: inherit !important;
    }

    Best regards,
    Rikard

    #1168691

    Hi Rikard,

    I did this and it didn’t work.

    Thanks,

    #1168881

    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

    #1170644

    Hi, Its the only css in the box but it still doesnt work.

    any other suggestions on how to fix the problem?

    Thanks,

    #1170694

    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

    #1170752

    that seemed to do the job, thank you very much!

    #1170778

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Double scroll bar and plug ins still in code after deleting.’ is closed to new replies.