Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Support request] RESPONSIVE DISPLAY – need some advice:

Home Forums Support [Support request] RESPONSIVE DISPLAY – need some advice:

Home Forums Support RESPONSIVE DISPLAY – need some advice:

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #377358
    Johannes

    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

    #377491
    Tom
    Lead Developer
    Lead Developer

    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.

    #377550
    Johannes

    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

    #377588
    Leo
    Staff
    Customer Support

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.