Home › Forums › Pro Support › Design Question › Reply To: Design Question
August 17, 2020 at 2:07 pm
#18372
Keymaster
Unfortunately I don’t have a ton of time for custom development at the moment.
You could start with something like this:
#wpsp-134353 .wp-show-posts-inner {
position: relative;
}
#wpsp-134353 .wp-show-posts-entry-header {
position: absolute;
bottom: 0;
padding: 30px;
background: rgba(255,255,255,0.7);
margin: 10px;
}
#wpsp-134353 .wp-show-posts-image {
margin-bottom: 0;
}
You’ll want to reduce the font size within the settings as well.
Then for the other posts, have you tried the base card along with some padding? That should get you quite close to the other look.