I know the answer has to be very simple but I’m stuck, how can I move my h3 text over to the right side of my picture?
Project Link - http://codepen.io/Frank192/pen/akXrZw/
I know the answer has to be very simple but I’m stuck, how can I move my h3 text over to the right side of my picture?
Project Link - http://codepen.io/Frank192/pen/akXrZw/
I just started learning Bootstrap this weekend, but it looks like your h3 text needs to be in its own column. Right now it’s in the same div/column as your image, so it’s wrapping to the next line in the column.
I think I just fixed it, much thanks!