FunFused.com
Member
Posted 1 year ago #
I am having difficulties in trying to figure out on how to center align the thumbnails on the index page.
The thumbnails are set to max of 600px and if the images are smaller than that the thumbnails tends to align left.
Can anyone help me out?
http://www.funfused.com
You can the thumbnails for smaller image aligning to the left.
Thanks
mookasaurus
Member
Posted 1 year ago #
There's a line of CSS overwrite margin left and right auto, looking in Firebug it's on style.css line 692 for .post_thumbnail.
Change:
margin:10 0 0;
to
margin:10 auto;
FunFused.com
Member
Posted 1 year ago #
thank you... it solved the problem...