Home › Forums › Pro Support › List in a box › Reply To: List in a box
May 15, 2019 at 4:15 pm
#9372
Keymaster
Try adding this:
@media (max-width: 768px) {
.listbox article:not(:last-child) .wp-show-posts-inner {
margin: 40px 0 0 40px !important;
}
.listbox {
padding-bottom: 40px;
}
}