Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #498698

    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!

    #498982

    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

    #505774

    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

    #505887

    Hi,

    Please try the following as well:

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
    display:none !important;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.