Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #96425
    Leslie Bigos
    Participant

    I have a Test page: http://www.patmos-eng.com/test-page/

    I did an image “align right” on the top image yet it is pushing the text down if I use a <h3> heading. If I don’t use Headings, them the image wrap works fine. On the 2nd image, I didn’t use a <h3> tag for “Live Onsite” but I did for “Customized” and it pushes all the text with Customized down after the image.

    In summary, Using Level Heads <h2> and <h3> tags, causes the text not to WRAP but to be pushed down below the image. I don’t think this is the way it is supposed to work.

    Thanks,

    Leslie

    #96426
    Leslie Bigos
    Participant

    When using the Kathmandu theme, I can successfully combine H2/H3 level heads and image wrap as on this page: http://www.wenatcheenaturalist.com/learn10/great-blue-heron/

    #96437
    Mahesh
    Participant

    @bigoslesli:
    Hi Leslie,

    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    h1, h2, h3, h4, h5, h6 {
        clear: none;
    }

    Regards,
    Mahesh

    #96438
    Leslie Bigos
    Participant

    Thanks! That worked like a charm!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘texting not wrapping around image’ is closed to new replies.