<?$c='privet'?>
<style>
.privet{display:none;}
</style>
<div class="<? echo $c ?>">Привет</div>
margin-right: -15px;
margin-left: -15px;
</body>
вы можете поменять это с помощью selector https://getbootstrap.com/docs/4.2/components/popov...$('#popover').popover({
trigger: 'click',
template: '<div class="popover popover--no-wrap popover--validation popover--subscribe" role="tooltip">' +
'<div class="arrow"></div>' +
'<h3 class="popover-title"></h3>' +
'<div class="popover-content"></div>' +
'</div>'
});
<h1>Поиск</h1>
<input type="search" placeholder="Введите текст">
<button>Найти</button>
<script>
$('button').on('click', function() { alert('Hi!'); });
</script>