Trying to move a clickable image to the right of text, but encountering issues:
Initially used position: absolute;
, which resulted in overlapping when resizing page:
https://i.sstatic.net/fkdUb.png
Switched position to relative, now text is not moving as desired: https://i.sstatic.net/RteyN.png
Looking for guidance on how to properly adjust positioning.