Hey guys – I’d like my blog to look like the demo sit’s blog with the featured image large at the top – all my images are at least 800px wide but the featured image isn’t showing as such.
– this is my blog here http://shortiedesigns.com/site/small-business-blog/
– this is the demo site blog I want to replicate http://kriesi.at/themedemo/?theme=enfold
Hi ShortieD!
If you mean this – http://kriesi.at/themes/enfold/blog/blog-single-author-big/ featured images should be 710x270px or proportional.
You can add following code to Quick CSS to make them fullwidth
.small-preview img, .big-preview img { width: 100%; }
Best regards,
Yigit
perfect – thanks