Tagged: mobile menu
Hey guys,
Iam almost finished with my ebook selling landing page. But I’ve an issue with the mobile menu. If i open the site on mobile devices (iPhone etc.) the mobile menu “fades” behind the browser bar at the top of the site (where the www… is displayed). You can touch the menu, because its just faded for 50%. Any ideas? :)
Thank you!
Hey eny4W!
Thank you for using Enfold
Did you add any css modifications to alter designs on mobile devices? Please upgrade the theme to the latest version 3.3.2. If the upgrade doesn’t fix the issue, use this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
top: 50px !important;
border: 0;
}}
Regards,
Ismael
Hey Ismael,
thats works perfect. Thank you! :)
One last question: How i can remove the cart icon in the mobile / responsive menu? The customer will be directed instantly to the checkout if he hits the cart button, so a click at the cart menu button results in endless redirection..
greetings
eny