Skip to content

Instantly share code, notes, and snippets.

@munirkamal
Created December 14, 2020 08:46
Show Gist options
  • Save munirkamal/f057275b4b82a8e0c79cc85cdbe194fb to your computer and use it in GitHub Desktop.
Save munirkamal/f057275b4b82a8e0c79cc85cdbe194fb to your computer and use it in GitHub Desktop.
CSS snippet to make gallery block stack on mobile
@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