desandro / masonry

:love_hotel: Cascading grid layout plugin
https://masonry.desandro.com
16.27k stars 2.11k forks source link

Is there a way to turn off responsiveness? #1151

Open xugao opened 3 years ago

xugao commented 3 years ago

If the screen is smaller than a certain width, I would like to turn off responsiveness and have a minimal number of columns displayed, is there a way to do so?

BelhadadjiMohamed commented 2 years ago

by deleting the media queries that look like this : @media (max-width: 768px) { .header .container { flex-direction: column; padding-top: 20px; text-align: center; }

.boxes .container { display: block; text-align: center; } 👍 💯