DMXzone Bootstrap 3 Support Product Page

Can I use Media queries to control the grid system?

Reported 10 May 2015 15:29:20
1
has this problem
10 May 2015 15:29:20 Ross Chang posted:
Can I use Media queries to control the grid system?

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

I had tried. but doesn't work.

Replies

Replied 11 May 2015 11:09:58
11 May 2015 11:09:58 Teodor Kuduschiev replied:
Hello Ross,
You can customize Bootstrap's components and Less variables here: getbootstrap.com/customize/ and download it.

Reply to this topic