• I have a scroll bar at the bottom of my page, which I’d like to remove. Initially, I thought it had something to with me using revolution slider, but I also have a scroll bar at the bottom of my product page

    Is there a way to remove it from the entire website?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You could just hide the overflow, since it doesn’t appear that anything will be cut off by doing so.

    Add a little custom CSS.

    
    htm { overflow-x: hidden; }
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove bottom scroll bar’ is closed to new replies.