help: center aligning photos not wide enough for minimalist theme

1,120 views
Skip to first unread message

jonky

unread,
Sep 16, 2012, 2:00:40 PM9/16/12
to tumblr...@googlegroups.com
Hey!

I could use some help with this.  Basically looking to center align photos that are not wide enough for the minimalist theme (in the default, they are left aligned, which looks pretty silly).  The only alternative would be to not post images that aren't wide enough, but would prefer not to go that way.

Example:

The first and especially the third photos in the above are what i'm trying to fix.

Appreciate the assist.

Jon

Sean Zhu

unread,
Sep 17, 2012, 6:41:45 PM9/17/12
to tumblr...@googlegroups.com, lh....@gmail.com
CSS code:
article {text-align: center;}

explaura

unread,
Sep 19, 2012, 9:59:06 AM9/19/12
to tumblr...@googlegroups.com, lh....@gmail.com
go to line 253:

     article img {
        border: none;
        margin-bottom: 15px;
        max-width: 500px;
     }

you've got to edit that part like this:


article img { border: none;
display: block;
  margin: 0 auto 15px auto; max-width: 500px; }


Reply all
Reply to author
Forward
0 new messages