Forums

[resolved] How can I center align the thumbnails? (3 posts)

  1. 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

  2. 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;

  3. FunFused.com
    Member
    Posted 1 year ago #

    thank you... it solved the problem...

Topic Closed

This topic has been closed to new replies.

About this Topic