Skip to content

Tag: navbar

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 CS…

Bootstrap toggler doesn’t hide

I am making a website using Bootstrap 5. The navbar can show the navigation when it is in a responsive viewport and I click the toggler icon, but doesn’t hide if I click it again. Looking inside the developer tools I see that the class show is still present. My html navbar: The Bootstrap scripts: The st…

Bootstrap 4 Navbar Collapse doesn’t work

I have a problem with Bootstrap 4 navbar collapse feature. I set it so that the navbar collapse in mobile viewport but instead of collapsing, it shows the items as a vertical list. This is the code: I’m using a customized version of Bootstrap 4 (compiled from scss). I tried to use the standard version a…