Hey there! I'm currently working on a template using Bootstrap 3. Initially, I planned to make it responsive for all devices, but I have since changed my mind and decided that the template is already complete.
I've utilized col-md in each row, however, now I would like the page to scroll horizontally if the width goes below 1100px. Specifically, I want to disable col-sm and col-xs completely.
Even though I have removed meta, the page still breaks into col-sm and then col-xs when the screen width is smaller than 1100px. My goal is to maintain a minimum width of 1100px, regardless of the device being used to browse the page.
Thank you!