I'm currently using bootstrap 4. I'm having trouble aligning text to the right on my card header. I tried applying the ml-auto
class but it didn't have the desired effect. Can anyone suggest a solution?
https://i.sstatic.net/yqLrp.jpg
Here is the code for my card header section:
<div class="card-header bg-info text-white">
<a href="#" class="text-white"><i class="fa-th"></i> Media Library</a>
<a href="#" class="text-white ml-auto">Add Media</a>
</div>