Hello, I want to change tooltip position in a custom file, starting from the bootstrap example (I’ve added the ew-tooltip class)
<button type="button" class="btn btn-secondary ew-tooltip" data-toggle="tooltip" data-placement="right" title="Tooltip on right">
Tooltip on right
</button>
The tooltip stay in default bottom position, how can I change the position to right?