Help getting short paragraphs to show up horizontally?

Hi,
How do I get paragraphs to show up horizontally? My work is below at

http://codepen.io/gleclark/pen/YpBJVg. Thanks for your help.

You mean having your img and paragraph on the same line? You could give display: inline-block to both your <p> and <img>.

(if it’s not what your question is about, my apologies !)

(also why don’t you use the bootstrap grid?)

1 Like

Thanks that works great!

2 Likes