Okay
  Public Ticket #495094
Website Horizontale Scrollbar Problem
Closed

Comments

  • Kristan started the conversation

    I got a weird problem. on almost every page when you scroll down to the bottom you see a horizontal scrollbarr. And its possible to scroll to the right. So the website width size is more than 100%... How can I fix this. I dont see these problem in your demo version... I already Auto update the theme to 5.5.53 and I already deactivating all plugins (they are still deactivating on the site right now) but the problem is still the same. #485750

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body[data-smooth-scrolling=\"0\"] {
        overflow: hidden !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Kristan replied

    Thank you! The problem is fixed! :D