Help? -Faulty Navbar on Mobile

Hi,

For some reason i cant get the nav bar to open on mobile. Any suggetions?

I’ve tried adding the bootstrap stuff in the settings but it didn’t work so its currently in the html.

Any help would be appreciated, thanks.

http://codepen.io/badhoc/pen/GqLRdO

bootstrap.js must be loaded after jQuery. Switch the order of their <script> tags.

Star. thank you, thats worked!

However, adding these in seems to take out some of my styling (things like font-family)

The bootstrap <link> in the html seems to be loaded last, after the bootstrap in the CSS settings and the CSS in the CSS editor, so it overrides your custom CSS. Remove that bootstrap <link> to fix.