Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1201653

    Hi,

    Please help me to sort out this issue. There is a bug or something because the search bar is overlapping the menu on mobile view.

    Screenshot: https://snipboard.io/LvBm0n.jpg

    Kind regards,
    Tony

    #1201858

    Hey Tony,

    Thanks for the screenshot, please post a link to where we can see the actual element as well.

    Best regards,
    Rikard

    #1201998

    Hi Rikard,

    Please find the link below.

    #1202305

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
        right: 0 !important;
    }
    }

    Best regards,
    Rikard

    #1202502

    Hi Rikard,

    Thanks for getting back to me.

    I added the code but the loop is overlapping the cart icon. Also, the loop and the x is still overlapping. Please have a look on the screenshots below:
    https://snipboard.io/ND0dqi.jpg
    https://snipboard.io/MwsJca.jpg

    Looking forward to hearing from you.

    Best regards,
    Tony

    #1203462

    Hi Tony,

    I’m very sorry for the late reply. Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    #menu-item-shop .cart_dropdown_link {
        padding: 0;
    }
    .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
        right: 30px;
    }
    }

    If that doesn’t work then please include admin WordPress login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #1204744

    Hi Rikard,

    Thanks for getting back to me. The icons look very good now. Have a look >>> https://snipboard.io/PB27ar.jpg.

    However, the loop and the x is still overlapping the menu, this shouldn’t be on still on top of the menu?
    See Image: https://snipboard.io/MwsJca.jpg

    Best regards,
    Tony

    #1209178

    Hi,
    Sorry for the late reply, it looks like your menu has changed some so the overlap doesn’t seem to be an issue now?
    Please see the screenshot in Private Content area of what I see, do you need further help with this?

    Best regards,
    Mike

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