Having difficulty aligning a button to the right using float: right;
No matter what I try, the button with the "advanced-search-button" class refuses to move to the right.
This issue is occurring in Bootstrap 4.
HTML
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" rel="stylesheet"/> <div class="box"> <div class="box-title w-100"> <h5>Opgaver</h5> </div> <div class="box-form w-100"> ... // Your HTML code goes here ... </div> </div>
Any assistance on this would be greatly appreciated :)
I am not using any custom CSS specifically for this section, only relying on the provided classes for JavaScript functionality.