Site logo

Archived topic

RESPONSIVE DISPLAY - need some advice:

3 replies · Started by Johannes on September 1, 2017

Viewing posts 1–4 of 4

The documetation says:
@media (max-width: 768px) {
/* CSS in here for mobile only */
}
@media (min-width: 769px) and (max-width: 1024px) {
/* CSS in here for tablet only */
}
@media (min-width: 1025px) {
/* CSS in here for desktop only */
}
But the global BB settings says 992 for medium device breakpoint and 768 for small device breakpoint. Shall I change to 1024 for the medium device settings in BB for best use of GP together with BB?
regards
Johannes

I believe 1024px is more globally recognized, but there shouldn't be any issues with 992 either - it's just preference. I would however make it so they're both the same though.

ok, thank you, but what if I use 992px together with those premade GP classes:

hide-on-mobile
hide-on-tablet
hide-on-desktop

?

regards
Johannes

Those built in classes only works with GP's break point.

This archived topic is closed to new replies.