Make a div with text wrap under another div

hello

can some one help and explain me how can i make a block of text wrap under the counter in my coming soon page ?
(not all just the lines passing the counter height).

site url: wpdevplus.com

thanks

This would be simple if you weren’t using a grid:)

All you need do is float the counter to the right first in the html and then the non floated text that follows will automatically wrap underneath as long as you haven’t given the text container a width. At present you have two floated elements with width that will never wrap no matter what you do.