Viewing 4 replies - 1 through 4 (of 4 total)
  • Add clear: both; to the paragraph elements containing the images and text.

    Thread Starter daphy

    (@daphy)

    Hi WPRanger, please where I have to add “clear: both” exactly?
    I’ve tried at the beginning of each paragraphs, but it’s not working.
    Please, consider that my knwoledge is very low
    Thanks!

    Switch to the text editor if you’re not there already. Each paragraph starts like this:

    <p style="text-align: justify;">

    Change it to this:

    <p style="text-align: justify; clear: both;">

    To be honest it’s a bit of a kludgy way of doing things but it’ll work. You may want to explore adding CSS rules to your theme’s stylesheet.

    Thread Starter daphy

    (@daphy)

    Wow…works like magic! Thank you very much
    ps: I’ll explore aboput CSS rules ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Formatting photos and text on a page’ is closed to new replies.