brian-frederick / HPNC-Umbraco-Site

1 stars 0 forks source link

Bug/32 mobile responsive nav #39

Closed brian-frederick closed 6 years ago

brian-frederick commented 6 years ago

Mobile Dropdown nav was not firing as intended. Ended up having to switch the order in which the bootstrap.js file and the jquery files were loading. Once resolved, dropdown was pushing down the rest of the page's content so i added absolute positioning and z-index:100. Lastly, worked on the spacing of the menu items. This will probably have to be tinkered with once we change out to the new intended nav options.

@kanshemeza adding you to the PR so you can take a look. Let me know if you have questions or suggestions!