Hi,
I would like to center align smaller featured images in blog…
Please take a look at it on:
http://www.linkedmediagroup.com/blog/
3rd post… Five Social Media Marketing Fails and How to Become a Heroic Brand
Featured image is small and I would like it to be centered on blog page and inner blog page also…
Thanks,
Vedran
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
.big-preview.single-big{ text-align: center; }
.big-preview.single-big a{ display: inline-block; }
Regards,
Josue
Works as charm…
Thanks!