• Hello WordPress people,

    I have what I think is a fairly simple question. How do you end a text wrap on an image? Sometimes I want a bit of text to text wrap, but the text is not enough lines to go to the bottom of the pictures. Then, the next section also wraps when I don’t want it to, making everything scrunched. I tried putting in
    tags after the sections I want to break, but that didn’t work.

    Does anyone know how to end a text wrap and create space before another word sections?

    Here is an example of what I am talking about:

    https://epicasiatravel.com/about/

    I would like the “About The Author” section to start below the end of the first image, but the text make forces it to stack. This makes the “Hi” on a line of its own and looks too condensed.

    Thank you!!

Viewing 1 replies (of 1 total)
  • add clear:both; display:block; to title (?About the Author:?). By the way, it’s better to use appropriate tag for it, like h3 (instead of p + span) and add styles in css file (so you don’t have to add styles for every heading).

Viewing 1 replies (of 1 total)
  • The topic ‘How To End Text Wrap?’ is closed to new replies.