I designed a user interface that includes an icon, user name, and phone number. The CSS properties I applied to the image are as follows:
float: left;
position: relative;
margin-left: 4%;
When I increase the margin-left value, both the image and username are moving to the right. What I actually want is to move the icon slightly to the right without affecting the username. How can I achieve this?