navbar toggle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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