Home › Forums › Design › media queries and bootstrap 4 issue › Reply To: media queries and bootstrap 4 issue
June 26, 2017 at 6:00 am
#256105
Participant
I guess where I am confused is that the Bootstrap grid system already has robust support for responsive design. You can combine Grid sizes to declare how large an area should be based on screen size. For example:
Foo
The same goes for push-*-*
. It only applies when the appropriate screen size is present, so there should be no need to try and override these in an additional media query…