• Hi,

    I have a problem with my template for months. I would like to put images in center with no text around.
    For the moment I manage to put it on the right and left (with text around) but not in the center at all.

    I use the theme “The morning after” from Woo themes. You can see an example : http://bit.ly/bRIv7m

    I tried to add CSS in “custom CSS” but it doesn’t work :

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

    I tried a lot of thing in “advance settings” but it doesn’t work.

    Do you have an idea ?

    Thanks for your help.

    Audrey

Viewing 1 replies (of 1 total)
  • it seems that this style from compressed.css is interfering:

    p img{float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}

    it may help, if you add a float:none; to the p img style in custom.css:

    /* Begin Images */
    p img {
    float:none;
    padding: 0;
    max-width: 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Align post images center’ is closed to new replies.