Skip to content
Advertisement

Bootstrap CSS positioning

The words or text below the logo in the navbar are not moving to the right of the logo (for reference link to the page -> http://127.0.0.1:5500/index.html).

Additionally the logo is not shifting to its left – it’s happening in basically all the navbar codes. I’m trying to do this using CSS bootstrap. Any explanation would be very helpful since I have recently started learning bootstrap CSS.

JavaScript
JavaScript

Advertisement

Answer

You need to add .d-flex in div.navbar-header.

also add a little margin in you h1 to make it vertically align with the logo or you can also you vertical-align property. I’ve also closed the unclosed container div.

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement