Is there a way to align both the text and image within a div to the right? I am working on a website where the text inside the div will display the profile names of each member and it keeps overlapping with the image. Any suggestions on how to fix this?
.prof-content-box-left-lower {
/* [disabled]height: 200px; */
/* [disabled]position: relative; */
margin-top: 25px;
margin-bottom: 5px;
margin-right: 18px;
width: 200px;
position:relative;
float:right;
text-align:right;
z-index:90;