I'm fairly new to Bootstrap and I'm having a problem trying to align a header. Per the screenshots, when I put an h6 tag on the "Active Workflow" title it puts a margin on the bottom of it that makes it off center. I went through all of the styles in dev tools, and cannot figure out how this margin is getting added. Looking for any kind of insight here.
EDIT: Tried pulling the margin off the H6 tag but the padding is still there, added another image to display.
And the code:
<div class="row">
<div class="col-md-11">
<h6>Active Workflow</h6>
</div>