• Hi,
    So, I have the arthemia theme installed on my blog, and when I am making posts (whether using HTML OR the Visual method), the align function only works for left and right, not center… and even when it aligns, it messes up all the text (e.g., if text beside image aligned left is bulleted, the bullets will be going into the image). Also, when I add a caption to the image, it doesn’t show up in the post as it does in the visual display of the post, as in, its not centered to the image.

    You can check the caption problem here:

    http://futurepocket.com/headline/mysterious-animal-deaths-around-the-globe-2012/

    If you require a screenshot to fix the other problems, I will be more than glad to make one.

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding:

    .wp-caption-text {text-align:center;}

    to the bottom of your stylesheet,

    Thread Starter futurepocket

    (@futurepocket)

    much better, fixed the issue, but I was hoping that it would be included in the frame of the picture like the visual preview shows within WordPress admin panel, anyway to achieve that?

    Try adding:

    .post .wp-caption img {border:none;}
    .wp-caption {
    border: 1px solid #ccc;
    padding: 5px 5px 0;
    }

    to the bottom of your sty;le.css file.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post Images Messed Up’ is closed to new replies.