Cucuzo
-
Horizontal scroll bar issue with web site cutting off when you scroll right.
Perhaps this is not the best solution, but it will solve the problem: element-with-background { min-width: your-content-width-here; } @keversole, I tried this in your site and it works: body { min-width: 1167px; }