Hi there –
I am using the “Single author, small preview pic” option for blog posts. How can I decrease the featured image size?
http://www.olympicweightliftingguru.com
Also, how can I crop the images on my post slider (on the homepage) so that they are aligned?
Thanks!
Hey sappermarine!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust
.avia-content-slider .slide-image img { height: 180px; }
#top .fullsize .template-blog .blog-meta { width: 40px; }
.small-preview { width: 40px; height: 40px; line-height: 40px; }
Regards,
Yigit
Thanks!!