Tagged: CSS, featured image, single post, solved
My single blog posts (example: http://sparkwoodand21.com/articles/the-creative-process-behind-designing-a-creative-process/) have only part of the featured image at the top.
My settings are: Single author, small preview pic.
They are fine on the main blog page: http://sparkwoodand21.com/blog/
Can you take a look at this please?
Thanks.
Hi Sparkwoodand21,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.single-post .fullsize .template-blog .blog-meta {
width: 180px;
}
Let us know if you run into any issues, I’m not sure why that is getting the smaller value as the css looks recently updated in the theme and it may have been a fix for something else that is unintentionally causing this issue.
The above css will only target the single post pages so it shouldn’t cause any other issues but just let us know if it does at all :)
Regards,
Devin
Devin,
Awesome. Works fine. Thanks.