SlickNav
SlickNav copied to clipboard
Slicknav pushing page down instead of over page
On the slicknav page the menu opens over top of the page. On mine when the menu is opened it pushes the page down. I've used the default prepend to "body", not sure what to change to have it open over the page. Thanks.
hi. just add the following css code into your stylesheet, it should do the job.
.slicknav_nav { position: absolute; z-index: 100; width: 100%; top: 21px /*height of the slicknav btn*/;
Also, you might to check if the parent div has an 'overflow:auto' in it.