• I’m in the process of setting up my site and I can’t seem to get the text to wrap properly around the images in my post:

    Here’s my example.

    I’m pretty new to wordpress, so I’m guessing I’m missing something.

Viewing 2 replies - 1 through 2 (of 2 total)
  • the link is to a preview and does not work here.

    it is usually some missing styles, such as:

    img.alignright {
    	margin: 0 0 2px 10px;
    	display: inline;
    	}
    
    img.alignleft {
    	margin: 0 10px 2px 0;
    	display: inline;
    	}
    
    .alignright {
    	float: right;
    	}
    
    .alignleft {
    	float: left;
    	}

    Thread Starter bryguy73

    (@bryguy73)

    Oppss… my bad. Here’s the live link.

    I’ll also check the code you listed.

    *UPDATE: I added the code you suggested and the wrap around text is now working. I’m not sure why the theme designer would’ve omitted that code….. hopefully it doesn’t mess up another element of the theme.

    Thanks,
    Bryan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post text not wrapping properly’ is closed to new replies.