Still having an issue with the nav bar. This time the pop-up menu on a small screen does not pop up. I have studied all the files I have uploaded and cannot find one that is missing. I have loaded and reloaded, but there must be a crucial file missing which I cannot find. Any clues?
Thank you,
Becky
@beckysquire Hi,
<script src="assets/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
These 2 scripts at the bottom are not there where the links point…
This link:
<link href="bootstrap_theme/bootstrap.css" rel="stylesheet" type="text/css"/>
Must be:
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
And be sure that that CSS file is on that location.
Good Luck!
David
1 Like