hi folks,
i need your help with featured images in single posts. we would like to have featured images in fullwidth and cropped (maybe 250px height) and above the content in a single post.
can you help us?
bg, chris
Hi There @christianthomas2
Thanks for writing in! Could you please try adding the following CSS rule into your Theme Options > Global CSS area.
.single-post .entry-thumb {
max-height: 250px;
}
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.