menu on open white gap
stigk opened this issue · 5 comments
When menu is opened for the first time on page load i get a gap between the menu and warp div showing the body color in the gap.
If i close the menu and open it again the gap will not appear until i refresh the page and open menu.
Anyway to fix this?
@stigk do you have a link to the code? Is this happening for you at http://ascott1.github.io/bigSlide.js/?
Thanks!
@ascott1 No, it is not happening for me on http://ascott1.github.io/bigSlide.js/
Edit - Demo link removed since it is sorted.
Thanks for the quick reply, really like this plugin.
Thanks!
I took a look at the site and I can't see what's causing it immediately. It looks like you have a .warp
class that contains everything that gets pushed, but each individual element id is given 'position: relative'. Maybe try applying that to the class to make sure nothing is missed? It seems to be an odd delay between the container transitioning and the menu transitioning.
Sorry I'm not of much help! Hopefully that gets you pointed in the right direction.
Hey, thanks for getting back.
I figured it out there were few typos .warp and .wrap my own fault not noticing it, the delay was from the width some how the width i had was causing it.changed it to lower width now it is working brilliantly smooth.
Thanks.
Glad to hear it!