Hello! I've tried many tutorials, but I can not get anything. The basic theme I'm trying to change is the next .
Writing the following does not make the horizontal scroll happen, it just blocks the vertical:body {
overflow-y: hidden;
overflow-x: scroll;
}