As a newcomer to bootstrap, I recently created a navbar with several buttons. However, when I reduce the screen size to 1000 pixels, the button text gets overwritten and the navbar extends off the screen. I don't want the navbar to collapse at this size. Is there a way to prevent the buttons' text from being overwritten and keep the navbar within the screen boundaries? Find my page here: To replicate the issue, try reducing the screen width to around 1000px.