i have not tryed anything since i can\'t understand where space between tooltip and element is made/added from bootstrap, normally tooltip is really near the element who trigge
Here is the complete Bootstrap 4 solution
.bs-tooltip-top { top: -10px !important; } .bs-tooltip-right { left: 10px !important; } .bs-tooltip-bottom { top: 10px !important; } .bs-tooltip-left { left: -10px !important; }