• When i uploaded my picture with in my blog and entered input for image text & then i set it up for align center.

    No matter what i do it will only align left..? Any Idea why..?

    Never had this problem before until i got the new version..

    Any suggestions why this is happening.. is there something in the code i should look for.. It seems like the code is ok..

    Thanks for help..

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same thing is happening to me and it just drove me crazy for 20 min after I just upgraded to 2.6 — hope someone fixes it soon!

    Has anyone seen a fix for this issue? I would think that this issue would bug a lot of people….maybe not.

    You may need the css on this page added to your theme’s style.css. When new features are added to WordPress, themes can become outdated and need to be updated.

    Ok I added the code to my style.css sheet. However the edit image alignment thing still doesn’t work. https://energyanalysis.org/

    Perhaps my theme is just inherently flawed?

    energymv: The problem is with your theme’s css:

    #content p img {
    	float: left;
    	border: none;
    	margin: 0px 10px 10px 0px;
    	}

    Get rid of float: left;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image Alignment Issues’ is closed to new replies.