Make text appear under box

Asked

Viewed 180 times

0

I have an X3D animation box

<X3D> ..... </X3D>
<p> ..... </p>

and I want the text to appear underneath this, instead of this: http://i.gyazo.com/e053cffdcc28b4abf1e772f62b084857.png

How do I do it? Thank you.

  • 1

    Make the content of this tag <X3D occupy 100% of width in the CSS.

  • How’s the CSS of it? Something’s floating?

1 answer

2

Put in both elements display: block that they will stay under each other.

  • Why the vote for removal? The answer is right, only perhaps lacked a final example of CSS.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.