The problem I have is that I have used a bootstrap template and modified part of the CSS.
Then I have it responsive from 1920px to 1024px, but from 992 the styles change a lot and everything is bundled, so I would like from 1024 to apply horizontal scroll:
body{min-width: 1024px;
position:relative;}
I would like all styles from 1024px to the minimum not to apply, that only horizontal scroll will apply.