I am working on this small Bootstrap website and i noticed that on some Laptop at the resolution of 768px it goes responsive. How can change the responsive breakpoint and make it NO responsive at that size?
Here some screenshots
I am working on this small Bootstrap website and i noticed that on some Laptop at the resolution of 768px it goes responsive. How can change the responsive breakpoint and make it NO responsive at that size?
Here some screenshots
Refer this link it may help you,How to turn off the responsive feature completely from Twitter Bootstrap 3? Change container class like this, and add this css
.container-non-responsive { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 1170px; }