ShootsDraws Posted September 18, 2023 Share Posted September 18, 2023 (edited) Hi, Can someone help me with a code to increase the padding between images in the Grid Gallery sections on my site (mobile view only)? Here's a link to a page for reference. Password: backsoon https://shootsdraws.com/shoots/ilgattogoffo Thanks. Edited September 18, 2023 by ShootsDraws Forgot to add website link. Link to comment
Solution Lesum Posted September 18, 2023 Solution Share Posted September 18, 2023 @ShootsDraws You can add this code snippet within the Custom CSS panel: @media only screen and (max-width:767px) { .gallery-grid--layout-grid .gallery-grid-wrapper { grid-row-gap: 7vw !important; } } You can adjust grid-row-gap "7vw" in the code. Taylor_Design and ShootsDraws 1 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
ShootsDraws Posted September 18, 2023 Author Share Posted September 18, 2023 Spot on! Thanks @Lesum Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment