I'm trying to add a horizontal scroll bar to the New Products centered box. The width of the box is 400px, which fits 3 items at the default settings.
The 4th item is wrapping around, so I tried overflow: auto to a new CSS line for .centerBoxWrapper, overflow: scroll didn't work either. (new install of v1.3.8.)



