griffinorser Posted February 4, 2020 Share Posted February 4, 2020 Site URL: https://www.khayatibykamy.com/ I was wondering if anyone knows how to add space in between each elements of this gallery page. I want to add padding to each picture so that there is some space in between them but can't figure out how. Thanks! Link to comment
tuanphan Posted February 4, 2020 Share Posted February 4, 2020 Add to Home > Design > Custom CSS @media screen and (min-width: 901px) { #grid .item { border: 10px solid #fff; box-sizing: border-box; overflow: hidden; } #grid .item img { height: 100% !important; } #grid .item .wrapper { margin: 30px; } } #grid .item .wrapper { margin: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.