# Menu pop up not working

**URL:** https://forum.pinegrow.com/t/menu-pop-up-not-working/8318
**Category:** Beginners
**Created:** [August 24, 2023, 9:09am UTC](https://forum.pinegrow.com/t/menu-pop-up-not-working/8318 "2023-08-24T09:09:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![beckysquire](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/beckysquire/32/5692_2.png) [@beckysquire](https://forum.pinegrow.com/u/beckysquire)
#### Post date: [August 24, 2023, 9:09am UTC](https://forum.pinegrow.com/t/menu-pop-up-not-working/8318/1 "2023-08-24T09:09:37Z")

</div>

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?

> **[Knighton Concert Society](http://www.knightonconcerts.co.uk)**
>
> Classical music concerts brought to the local neighbourhood

Thank you,

Becky

---

<div class="post-metadata">

### Author: ![AllMediaLab](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/allmedialab/32/2079_2.png) [@AllMediaLab](https://forum.pinegrow.com/u/AllMediaLab)
#### Post date: [August 24, 2023, 1:39pm UTC](https://forum.pinegrow.com/t/menu-pop-up-not-working/8318/2 "2023-08-24T13:39:02Z")

</div>

@beckysquire Hi,

```auto
 <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:

```auto
<link href="bootstrap_theme/bootstrap.css" rel="stylesheet" type="text/css"/>

```

Must be:

```auto
<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
