Below is the code snippet with a span element:
<span style="padding-right:20px">Reference No.<?php echo $ref_number; ?></span>
The issue I am facing is that the text "Reference No." remains fixed, but depending on the length of the value fetched from the database, it moves right and left. How can I resolve this problem?