• Hi there, I have been trying this out but seem I cannot fix it. The image in my theme is not really aligning center unless I set the width of the image to 550px which is I think the width of my post body.

    I have tried all the tweak discussed here but to no avail…Can anyone help me out with this?

    Here is css:

    CSS moderated as per the Forum Rules

Viewing 7 replies - 1 through 7 (of 7 total)
  • A link to your site would help.

    Thread Starter junnjun013

    (@junnjun013)

    I am sorry for violating a forum rule by posting my entire css code here…

    Here is a link to one post that has an image align to center but still hanging on the left of the post.

    https://promoblitzph.info/i-love-hp-photo-contest.html

    Thanks…

    That link redirected my browser to some page I had no intention of visiting, where some java script automatically re-sized my browser window and dumped me on a third-party search page.

    Needless to say, I did not investigate the image issue.

    <meta name="generator" content="WordPress 2.8.4" />

    Thread Starter junnjun013

    (@junnjun013)

    I have tried clicking my link and seem no problem with my browser…Please try to click on the main page https://promoblitzph.info and just navigate to post pages…Thanks

    Thread Starter junnjun013

    (@junnjun013)

    Can anyone help me?

    You may want to add, or check the following lines to your css:

    img.alignright {float:right; margin:0 0 1em 1em}
    img.alignleft {float:left; margin:0 1em 1em 0}
    img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    a img.alignright {float:right; margin:0 0 1em 1em}
    a img.alignleft {float:left; margin:0 1em 1em 0}
    a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

    This is the original styling of images in WordPress, that should be integrated in every WordPress theme.

    See Codex for more info.

    Thread Starter junnjun013

    (@junnjun013)

    I have tried it but still the same…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Images not aligning center’ is closed to new replies.