Hi,
I have a small problem with the mobile menu…look at this image: I don´t like that space between the header and the menu…how can eliminate this space?
Thanks
Hey teotaban,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
I put the link in private … this it`s happening only on ipads, this website it´s made only for mobile devices
Thanks
Hi,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
@media only screen and (min-width:720px) and (max-width:990px) {
#sub_menu1 {
top: 93px !important;
}
}
Let us know if it works :)
Best regards,
Nikko