I have a div that is float: right and it is inside a parent div. There are p elements inside that same parent div also, and the text wraps around t
float: right
p
You would have to set the width of the paragraphs to the width of the container minus the width of the floating element, or you could give them a margin on the same side of the float equal to the float's width.