Forums

[resolved] How to align images in a single post? (9 posts)

  1. tgst
    Member
    Posted 8 months ago #

    I would like some help to solve this issue. I want to align the images in my single post. I managed to align the text and the menue to the left margin, but I can't find out where in the Stylesheet to also change the images in the post.

    Link to the page:
    http://gravityandgrace.se/?p=1324

    If anybody knows, I would be very happy.

    And here's my Stylesheet:

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

  2. imintheus
    Member
    Posted 8 months ago #

    in your gallery.css change this
    .gallery .gallery-item .gallery-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 1%;
    margin: 0 auto;
    }
    and take off the padding and put it only on the top so..

    .gallery .gallery-item .gallery-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    padding-top:2%;
    margin: 0 auto;
    }

  3. tgst
    Member
    Posted 8 months ago #

    Thanks for your reply!
    I don't seem to have a galley.css. Can I find it somewhere else?

  4. imintheus
    Member
    Posted 8 months ago #

    do have any gallery plugins installed?

  5. imintheus
    Member
    Posted 8 months ago #

    look in your "cleaner gallery" plugin css

  6. tgst
    Member
    Posted 8 months ago #

    I'll check!

    This is my full stylesheet anyway:

    http://pastebin.com/p9i7aEa1

  7. tgst
    Member
    Posted 8 months ago #

    I have this:

    Stylesheet.css
    ie6.css
    ie7.css

    Although, under Cleaner Gallery, there's the option "Load the Cleaner Gallery Stylesheet, which I have done, but it won't show up on the CSS editing page...

  8. tgst
    Member
    Posted 8 months ago #

    I found it and solved it!!!

    MANY THANKS.

  9. imintheus
    Member
    Posted 8 months ago #

    ok cool no problem

Reply

You must log in to post.

About this Topic