Need Help With Text Wrapping In WP Revolution 3.0 Theme

3 replies
  • WEB DESIGN
  • |
Hi everyone,
I have inserted a video into the hp-1 section in home.php, where the text wraps around an image and appears on the right of the image.
Now that I've installed a video, the text no longer wraps and is underneath. You can check this out at Fun LED Glassware
Anyone got suggestions as to how to resolve this problem?
Regards,
Susan
#revolution #text #theme #wrapping
  • Profile picture of the author Pete Janelle
    I'm not sure if there's a way to tell the video to align left as you would do with an image. You could always contain the video within a new div that has a set width and is aligned left. Just be sure NOT to add a clear rule. The text will then theoretically wrap around the video div. Try something like this:

    Code:
    <div style="float:left; width:000px;">
    insert video code here
    </div>
    Something tells me that there's an easier way around this problem, though.
    {{ DiscussionBoard.errors[124940].message }}
    • Profile picture of the author suziewong
      Hi Pete,
      That worked! Thank you so much for your help. The text is right up against the video at this point but I remember seeing a post showing how to move it over so I'll search for that now.
      Once again thank you. You've made my day!
      Regards,
      Susan
      {{ DiscussionBoard.errors[126158].message }}

Trending Topics