Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #65991
    Bobby
    Member

    When I insert a picture, the text won’t wrap around it.
    – image is 185×240
    – I have a caption included (has hyperlinks to the license and original source)
    – changing the alignment of the image doesn’t help

    What might I do to fix this? Thanks!

    #66000
    Sakin
    Keymaster

    @John: Please post in your URL and let me know where you are having issue. Then I can check in suggest you the solution.

    #66001
    Bobby
    Member

    The post with the problem

    I left two images in to show you the problem.

    #66007
    Sakin
    Keymaster

    @John: It’s because you have heading 3 tag h3. So, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .entry-container h3 { clear: none; }
    .wp-caption.alignleft { margin-right: 40px; }
    #66010
    Bobby
    Member

    It worked! Thanks so much! I was worried nothing would work. 🙂

    #66011
    Sakin
    Keymaster

    @John: thanks for your appreciation 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text won't wrap around image with a caption’ is closed to new replies.