Home › Forums › Pro Support › Reduce post containers size on mobile › Reply To: Reduce post containers size on mobile
January 13, 2017 at 8:57 pm
#1420
Keymaster
Try this CSS:
@media (max-width: 768px) {
.wp-show-posts-inner {
padding: 20px !important;
}
}