• hey everyone. Just a quick question regarding text wrapping and images in a Twenty Eleven child theme. What I’m trying to do is prevent the text of a post from wrapping under an image that is aligned to the left of the post. So the image will be on the left, and the text will be to the right of it, but will continue in a single column without falling to the left margin when it goes below the image.

    I’ve tried a few different ways of accomplishing this including using tables, line breaks, margins, etc, but none of them are very user friendly.

    I don’t mind altering the css for it to happen as this will be the preferred format for all the posts. So it can be a permanent change.

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • You would need to split the post into two columns with different classes, putting the image in the left and the content in the right column, within the content section of the post.

    It would depend on the theme but this would be done in loop.php, or content.php

    Have a Google for a post column plugin first that splits the post and see if there is one to do this.

    HTH

    David

Viewing 1 replies (of 1 total)
  • The topic ‘text wrapping and images in twenty eleven’ is closed to new replies.