jquery - Why do i have double scroll bar with an off canvas menu implemented? -


this page http://artesanoshop.com/index.php?id_category=9&controller=category&id_lang=1

i tried aplying menu page:http://tympanus.net/development/multilevelpushmenu/index3.html

it has footer, because behaves in strange manner.

its off canvas menu, home page fine other pages have double scroll bars.

how can fix mantain menu working , page 1 scroll bar?

thanks.

another fix: add negative margin adjust footer height.

.mpcontainer{     margin-bottom: -35px; } 

edit:

ignore above suggestion, , move

<footer id="footer">...</footer>  

inside

<div class="scroller">...</div> 

just under

<div class="scroller-inner">...</div> 

side note: since moving <footer> away actual page footer, isn't aesthetically correct - maybe change div, , call else.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -