Marik Posted May 8, 2020 Share Posted May 8, 2020 Site URL: https://www.tiiupiret.com Hi! Any ideas how to add more space between blog posts on mobile when using Masonry Grid? Desktop ok, but mobile padding between posts are too tight... Thanks already! Link to comment
ChromaticZero Posted May 11, 2020 Share Posted May 11, 2020 Try this: @media screen and (max-width: 767px) { .blog-masonry.collection-content-wrapper { padding-top: 50px !important; } } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.