It seems to be the video elements, specifically a certain “embedly-embed” element. I’ve already set my body element to overflow: hidden, so I’m not sure the best way to proceed to remove whatever’s overflowing and causing that scroll bar. Any ideas?
I can’t see that preview link anymore, but it’s almost certainly just because an element is being pushed out and you will need to add an overlay hidden on one of your sections/divs where that is happening.
mark as solution to close this topic. In general most of the times the H scroll is because you use somewhere fixed width or min-width (600px width for example for 500px width screen = 100px of scroll) - but yes - the easiest way to solve this is to remove the x scroller