Home › Forums › Pro Support › List in a box › Reply To: List in a box
May 10, 2019 at 5:58 pm
#9294
Keymaster
Try this:
@media (max-width: 768px) {
.wp-show-posts-columns#wpsp-20140 article:not(:nth-child(3)) .wp-show-posts-inner {
margin-bottom: 0;
}
}
Note to self: Make this easier in the future haha