How to make it so that when the focus on input
popover is displayed not near the input
itself, but near the icon with the question mark ( id="q1"
)?
<div class="form-group"> <label>Дата начала страхования: <i id="q1" class="fa fa-question-circle"></i></label> <input name="date_start" type="text" class="form-control" placeholder="ДД.ММ.ГГГГ" rel="popover" data-container="body" data-content="Укажите дату, с которой действует ваш страховой полис" data-trigger="focus"> </div>