I'm struggling to customize my bootstrap toggle button. No matter what I try, I can't seem to make any styling changes take effect.
All I really need to do is increase the width of the button, but even that seems impossible. Here's a link to the jsfiddle. I just want the toggle switch to be slightly larger. Any advice or assistance would be greatly appreciated!
<div class="col-sm-1 col-lg-3">
<label>Show available teams only</label>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input form-control" id="checkboxx">
<label class="custom-control-label" for="checkboxx"></label>
</div>
</div>
Once again, if anyone could offer guidance on how to style a bootstrap toggle button, it would be greatly appreciated!