To increase space between blog items on mobile.
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
@media screen and (max-width:767px) {
article.blog-item {
margin-bottom: 100px !important;
}
}
Result