Created by: archonic
Through existing options using "fixclass"
JS Usage:
$('.bs-popover').popover({html:true, trigger:'click', fixclass:'popover-offset'})
CSS Usage:
.popover-offset { margin-left: -85px; }
Created by: archonic
Through existing options using "fixclass"
JS Usage:
$('.bs-popover').popover({html:true, trigger:'click', fixclass:'popover-offset'})
CSS Usage:
.popover-offset { margin-left: -85px; }