navbar toggle | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

navbar toggle

i am trying to change the padding of the default navbar of bootstrap i cannot find any css because it only shows navbar.less file what is the solution??

6th May 2020, 11:36 PM
Mustarin Muhammad Samin
Mustarin Muhammad Samin - avatar
1 Respuesta
+ 1
That navbar.less is bootstrap stylesheet , you can change that style in your stylesheet too like this. nabar{ padding:10px; }
6th May 2020, 11:40 PM
Sudarshan Rai
Sudarshan Rai - avatar