Home › Forums › Pro Support › Adding container around posts › Reply To: Adding container around posts
June 25, 2020 at 2:29 pm
#16944
Keymaster
Hi there,
Something like this should do the trick:
#wpsp-3429 .wp-show-posts-image.wpsp-image-left,
#wpsp-3426 .wp-show-posts-image.wpsp-image-left {
margin-bottom: 0;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#wpsp-3429 .wpsp-content-wrap,
#wpsp-3335 .wpsp-content-wrap,
#wpsp-3426 .wpsp-content-wrap {
padding: 40px;
text-align: center;
}
#wpsp-3429 .wp-show-posts-inner,
#wpsp-3335 .wp-show-posts-inner,
#wpsp-3426 .wp-show-posts-inner {
border-radius: 10px;
box-shadow: 0 0 10px 10px rgba(0,0,0,0.03);
}
#wpsp-3335 .wp-show-posts-image img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}