Created
December 14, 2020 08:46
-
-
Save munirkamal/f057275b4b82a8e0c79cc85cdbe194fb to your computer and use it in GitHub Desktop.
CSS snippet to make gallery block stack on mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (max-width: 500px) { | |
.wp-block-gallery .blocks-gallery-item { | |
width: 100%!important; | |
margin-right: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment