• Resolved Lozenge11

    (@lozenge11)


    Hello-
    I upgraded to 3.2.1 I was having the problem before and I still am. I have no plug-ins active, and this is a new site.

    My problem can be found here,
    https://replacementwindowsadvice.com/window-materials/vinyl

    I want the text to totally wrap around the image and not have that white space there. In the editor it shows up fine, but when posted it no longer works.

    If I don’t have any breaks in the content at all then it will work you can see an example of that here:
    https://replacementwindowsadvice.com/window-materials/fiberglass

    And yes it works there but I want to be able to break up that giant paragraph.

    I checked the site in TwentyTen and TwentyEleven and it does work in those themes.

    I am at a complete loss, and I don’t know what to try next.

    Thank you in advance for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Look in your theme options, and see if there is place for custom css.

    If so, add this:
    #subpage .content p { clear: none; }

    If your theme does not have a place for custom css, you will need to go into the editor, to the file style.css. Look for #subpage .content p, and change clear:both to clear:none.

    Thread Starter Lozenge11

    (@lozenge11)

    That worked perfectly! Thank you so very much!

    When checking in the Codex, I found out about clearing the display, but I was putting the clear:both in the html of the actual post. I didn’t realize that it just needed to be put in the style.css

    Thank you again!

    Thread Starter Lozenge11

    (@lozenge11)

    Whoops I meant clear:none ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text doesn't totally wrap around image’ is closed to new replies.