Bootstrap doesn't load properly | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Bootstrap doesn't load properly

when i use the bootstrap navbar example it only shows the struture nothing else no background nothing.. anyone knows wts wrong

27th Nov 2017, 11:19 AM
Sanoj Silva
Sanoj Silva - avatar
5 Answers
+ 6
try loading boostrap using the link
27th Nov 2017, 1:41 PM
Asiri H
Asiri H - avatar
+ 3
yeah man that was the problem its all good now i switched to bootstrap 3.3.7 thx for the support
28th Nov 2017, 1:24 AM
Sanoj Silva
Sanoj Silva - avatar
+ 2
right click on page and check your page source, click on link of bootstrap's file. make sure it's load. if not, make sure you write the right class name.
27th Nov 2017, 11:34 AM
Andika Romansyah
+ 2
Actually i checked the bootstrap.css file not the bootstrap.min.css there were some classes missing such as bg-faded etc. thats the reason they are not working but in the navbar example in getbootstrap.com site there is a bg-faded class added to the nav element
27th Nov 2017, 4:18 PM
Sanoj Silva
Sanoj Silva - avatar
+ 1
what version do you use? bootstrap 3 and 4 is little bit different
27th Nov 2017, 11:46 PM
Andika Romansyah