There is a lot of space between the header menu and the drop down menu . You can see it here; https://www.dropbox.com/s/9uxee423vxwawku/Schermafdruk%202016-01-05%2015.43.47.png?dl=0
Live: https://www.degrotedag.net/
Is this fixable?
Hey skeereweer!
Add this to your custom CSS.
.menu > li > .sub-menu {
top: 90px !important;
}
.header-scrolled .menu > li > .sub-menu {
top: 75px !important;
}
Regards,
Elliott
Thanks Elliott! It doesn’t solve the problem. I tried the code in the custom css and in the quick css of Enfold. I cleared the cache and disabled some plugins. Any idea what goes wrong?
Woeps, a > was a > . I changed it and now it works! Great!!!! Thanks, my website is perfect now i guess!