I need assistance with aligning two dropdown lists in the jsbin provided. How can I position them one after the other, center them on the page, and ensure there is enough space between the two elements without manually adding spaces using
In addition, my bootstrap jumbotron header does not fill the entire width of the page. I have tried adjusting the width to 1600px as shown below, but it still leaves space on the left side.
<div class="jumbotron" style="width: 1600px;">
UPDATE: After trying the suggested code changes, the jumbotron now spans the full width, but the appearance of the dropdown lists is not matching what is shown in your jsbins. Please refer to the screenshot below for reference.