I'm trying to float the video right on a XF page and it works somewhat but I'm curious to see if there is a better way so that the video appears below the text when in responsive mode. Right now, it's on the top of the text when you resize the window.
I tried to put the video code under the text or float the text but it doesn't work.
Code:
<div class="messageText ugc baseHtml">
<div style="float: right; margin-left: 10px;"><iframe width="380" height="214" src="https://www.youtube.com/embed/qqfeUUjAIyQ" frameborder="0" allowfullscreen></iframe></div>
<p>This is some text. I'm trying to float the video right on a XF page and it works somewhat but I'm curious to see if there is a better way so that the video appears below the text when in responsive mode. Right now, it's on the top of the text when you resize the window.</p>
I tried to put the video code under the text or float the text but it doesn't work.