Creating a navbar with two li
tags - one for language and another for currency. However, when the screen size is extra small, the li
tags do not float left as intended, instead they stack on top of each other. How can this issue be resolved?
Additionally, the collapse button is not appearing in the correct position. Any suggestions on how to fix this?
Attempts have been made using the float-xs-left
class and CSS media queries, but to no avail.
The goal is to have the "EN" and "USD" options float left on extra small screens, and make the search and total amount sections visually appealing.