0
Good morning.
I need to change the width of a native navbar. I simply took the site boostrap.com and pasted it in my template.blade.php but it’s occupying the whole screen and I need to reduce its width. It’s like?
<nav class="navbar navbar-default">
Not changed. Did I do it correctly? In my NAV <Nav class="navbar navbar-default custom">
– Marcos Birro
In my CSS / Menu / .navbar.custom { width: 50%; margin: 0 auto; }
– Marcos Birro
Tá certinho, this css is being loaded on the page? tries to inspect the element
nav
to see if you’re relating well– JuniorNunes