April 5, 2020 at 11:42 am
#76445
Theme Horse Support Team
Keymaster
Hi @steve-cook,
To style the custom posts as the default post then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.recipes {
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding: 25px;
}
.post-col .recipes {
padding: 15px 15px 7px;
margin-bottom: 14px;
min-height: calc(100% - 14px);
}
.recipes .post-featured-image .entry-meta.category-meta {
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
margin-bottom: 10px;
}
.post-col .recipes .entry-content p {
margin-bottom: 10px;
}
@media (max-width: 767px) {
.recipes {
padding: 15px;
}
}
Please let us know if you have any queries regarding the theme.
Thanks