Here's the code snippet I'm working with:
<div class="form-group">
<label for="site-title">Site title<span style="color: red;">*</span></label>
<input class="form-control" type="text" value="" id="site-title" name="" required> <a href="#" data-toggle="tooltip" data-placement="top" title="Tooltip on top"><i class="mdi mdi-information-outline"></i></a>
</div>
The issue is that I want to position a font-icon right after the input field, but it currently appears below it. How can I adjust the positioning so it shows up after the field?