Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
help: center aligning photos not wide enough for minimalist theme
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jonky  
View profile  
 More options Sep 16 2012, 2:00 pm
From: jonky <lh.h...@gmail.com>
Date: Sun, 16 Sep 2012 11:00:40 -0700 (PDT)
Local: Sun, Sep 16 2012 2:00 pm
Subject: help: center aligning photos not wide enough for minimalist theme

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:
http://carvedinwalls.tumblr.com/page/2

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

Appreciate the assist.

Jon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sean Zhu  
View profile  
 More options Sep 17 2012, 6:41 pm
From: Sean Zhu <interestinglyth...@gmail.com>
Date: Mon, 17 Sep 2012 15:41:45 -0700 (PDT)
Local: Mon, Sep 17 2012 6:41 pm
Subject: Re: help: center aligning photos not wide enough for minimalist theme

CSS code:

article {text-align: center;}


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
explaura  
View profile  
 More options Sep 19 2012, 9:59 am
From: explaura <manola...@googlemail.com>
Date: Wed, 19 Sep 2012 06:59:06 -0700 (PDT)
Local: Wed, Sep 19 2012 9:59 am
Subject: Re: help: center aligning photos not wide enough for minimalist theme

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;     }


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »