[Resolved] Responsive Display explanations

Home Forums Support [Resolved] Responsive Display explanations

Home Forums Support Responsive Display explanations

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2144217
    Adrien

    Dear Team,

    Im a little confused. You see when I study GeneratePress website you are using this :


    @media
    (max-width: 767px)


    @media
    (min-width: 768px)

    But when I study your documentation here : https://docs.generatepress.com/article/responsive-display/

    You mention :


    @media
    (max-width: 768px) {


    @media
    (min-width: 769px) {

    Thank you for your insights.

    #2144482
    David
    Staff
    Customer Support

    Hi there,

    The reason the themes are different is because they are a legacy that is over 8 years old when tablet sizes were kinda limited.

    Since then we find the documented ones ( which are those used in GenerateBlocks ) are the more commonly used ones. But you can use whichever best suits your needs.

    #2144501
    Adrien

    Thanks David for clarifying. I’ll follow the documentation 😉

    #2144516
    David
    Staff
    Customer Support

    You’re welcome

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