Is there a way to turn off the responsive features and grid layout of Bootstrap?
While creating a website for a company, I ensured that it was responsive for mobile devices. However, the company now wants a different design specifically for mobile, with the desktop version being launched first. They want the desktop design to remain unchanged even when the site is viewed on a mobile device or when the browser window is resized to a smaller size, requiring users to scroll horizontally to navigate.
I attempted to use min-width
on the wrapper/body, which increased the width but the Bootstrap grid elements remained responsive. Are there any simple CSS tricks to address this issue?
Here is the code sample for reference: https://jsfiddle.net/j17qtLfv/
I want to maintain the 2 or 3 column layout regardless of the screen size.
Can anyone provide assistance with this?