Viewing 5 replies - 1 through 5 (of 5 total)
  • there are a lot of threads in the forum dealing with image alignment; have you used the forum search?

    basically your theme is missing the neccessary styles;

    for instance:

    img.aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	}
    
    img.alignright {
    	margin: 0 0 5px 10px;
    	display: inline;
    	}
    
    img.alignleft {
    	margin: 0 10px 5px 0;
    	display: inline;
    	}
    
    .alignright {
    	float: right;
    	}
    
    .alignleft {
    	float: left;
    	}
    /* End Images */

    Thread Starter amyjoneal

    (@amyjoneal)

    Thanks so much for your reply. (I did search but I wasn’t understanding).

    So, how can i correct this? Just insert that code? If so, where?

    Being a non-techie, I’ve taught myself lots about wordpress but when it comes to code like that, i get a little nervous unless I know EXACLTY where to put it…ya know?

    Thanks,
    Amy

    add these styles to style.css of your theme;
    any location should do, however I would add them at the end, to make it easier to keep track of what you may have added.

    Thread Starter amyjoneal

    (@amyjoneal)

    cool. i’ll give it a whirl. thanks sooooooo much. this has been driving me crazy for ages.

    [question: is this just sloppy blog design?]

    cheers,
    amy

    [question: is this just sloppy blog design?]

    not neccessary – some themes are a bit older, and might have different styles for the image alignments (wordpress seems to have changed this a while ago)

    some themes are focussed on a nice graphic design, and neglect to fully style all possible aspects of the content;

    others are more basic in the design, but take care of the styling.

    i would always look at a theme as a starting point of my own customisation.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images Don't Align/Text Doesn't Wrap’ is closed to new replies.