Archived topic
Responsive Display explanations
3 replies · Started by Adrien on March 6, 2022
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.
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.
Thanks David for clarifying. I'll follow the documentation ;-)
You're welcome