Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design media queries and bootstrap 4 issue Reply To: media queries and bootstrap 4 issue

#256105
rkieru
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…