Created
September 18, 2018 18:25
-
-
Save robhob/fd24164425a7a76cbc550c1080dfac48 to your computer and use it in GitHub Desktop.
Center the Divi Gallery Module
This file contains 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
.et_pb_gallery_items { | |
display: -webkit-box; | |
display: -webkit-flex; | |
display: -moz-box; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-justify-content: center; | |
justify-content: center; | |
-webkit-flex-wrap: wrap; | |
flex-wrap: wrap; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment