• Resolved Malae

    (@malae)


    Hello,

    Thank you for the plugin. I’m using PHP 8.3, WordPress 6.8.2, Twenty Sixteen theme and Elementor plugin. After installing the Advanced Scrollbar, I am getting a horizontal scroll bar on most pages. I have tried adding CSS:
    html, body {
    overflow-x: hidden!important;
    overflow-y: auto!important;
    }

    This does not fix the issue. Do you have any suggestions to remove it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Murad Wahid

    (@muradwahid)

    Hi @malae,

    Thanks for reach out to us. To solve your problem please add this CSS to hide the horizontal scrollbar:

    CSS Code:
    .nicescroll-rails-hr {
    display: none !important;
    }
    By adding these line of css I hope your problem will solve. Let me know if you need further assistance!

    Best regards,
    Murad Wahid
    bPlugins

    Thread Starter Malae

    (@malae)

    Hello @muradwahid,

    I had found the nicescroll-cursor, but wasn’t sure what to use for the horizontal scrollbar. Your code works perfectly. Many thanks for your help.

    • This reply was modified 4 months, 1 week ago by Malae.
    Plugin Author Murad Wahid

    (@muradwahid)

    @malae ,

    You’re very welcome! Glad it worked out smoothly. If it made things easier for you, that means a lot. Always here to help if you need anything else!

    Murad Wahid
    Software Developer
    bPlugins

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.