How can I turn this into a single dropdown menu ? Right now I have it set with single buttons for each li.
I just want to make it turn into a single dropdown for all of them.
For smaller screens, prefer css example if you can.
<div class="col-md-3">
<ul class="pc-scroller">
<span>GO TO</span>
<li class="pc-welcom">Welcome</li>
<li class="pc-bebidasbeverages-114">Beverages</li>
<li class="pc-traditional-style-breakfast-114">Traditional Breakfast</li>
<li class="pc-mexican-style-breakfast-114">Mexican Breakfast</li>
<li class="pc-mexican-plates-114">Mexican Plates</li>
<li class="pc-botanasappetizers-114">Appetizers</li>
<li class="pc-mariscosseafood-114">Seafood</li>
<li class="pc-parrilladabarbecue-114">Barbecue</li>
<li class="pc-kids-plates-114">Kid's Plates</li>
<li class="pc-postresdesserts-114">Desserts</li>
</ul>
</div>