WordPress.org

Forums

Image Alignment Issues (6 posts)

  1. Mohegan
    Member
    Posted 4 years ago #

    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..

  2. Cheneymabel
    Member
    Posted 4 years ago #

    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!

  3. energymv
    Member
    Posted 4 years ago #

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

  4. iridiax
    Member
    Posted 4 years ago #

    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.

  5. energymv
    Member
    Posted 4 years ago #

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

    Perhaps my theme is just inherently flawed?

  6. iridiax
    Member
    Posted 4 years ago #

    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;

Topic Closed

This topic has been closed to new replies.

About this Topic