Skip to content

Instantly share code, notes, and snippets.

@poshwaffle
Created November 3, 2019 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poshwaffle/e9fb8e39a186054269a4db3692e25f97 to your computer and use it in GitHub Desktop.
Save poshwaffle/e9fb8e39a186054269a4db3692e25f97 to your computer and use it in GitHub Desktop.
Gallery module aligned left
.fl-module-gallery .fl-gallery {
position: relative;
height: auto !important;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-align: start;
align-items: flex-start;
}
.fl-module-gallery .fl-gallery-item {
position: relative !important;
left: auto !important;
top: auto !important;
max-width: 15%;
margin: 15px 15px 15px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment