Support » Fixing WordPress » How can I fix this alignment issue?

  • Resolved Gbn1

    (@gbn1)


    Hi there,

    here is my site: http://recognisethemovement.com/

    I want to make the text in the post content to align left and take the same width as the image (448px). I have changed the CSS of the post content, but all that happens is the posts get more un-aligned as you go down, as if the new ‘left’ alignment ruins the centering of everything.

    Does anyone have any suggestions as to why this is happening, and how I can align my content to the left?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m sorry but it is beyond the scope of these forums to teach basic markup and CSS. Try asking on a general webmaster forum. I’d also recommend using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter Gbn1

    (@gbn1)

    thanks 🙂

    @gbn1 your #leftcontent width is too small. buy anyway you can do this:
    .post_content {
    font-size: 12.9px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: left;
    }

    text-align : left is the only change here..
    is it what you wanted?

    Thread Starter Gbn1

    (@gbn1)

    great thanks!:)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I fix this alignment issue?’ is closed to new replies.