• Resolved Woodemia

    (@woodemia)


    Hi, there!

    First of all, thanks a lot for this awesome plugin ??

    I’m experiencing a weird behavior of the search box on mobile devices. It seems that the touch event in the input text is detected aleatory :-/

    I’ve tried with iPhone and Android devices, even with different browsers and the bug keeps appearing. I had to touch several times in different places of the text input to get it to work.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    Thank you for your kind words!

    The issue is created by an overlapping header element, as you can see on this picture: https://i.imgur.com/eEo0Lo2.png
    Part of your header overlaps on the search input.

    Try some custom CSS to adjust it’s height, it may help:

    @media only screen and (max-width: 767px) {
        .et_pb_row_3_tb_header {
            height: 80px;
        }
    }

    Best,
    Ernest M.

    Thread Starter Woodemia

    (@woodemia)

    Great!

    It has worked like a charm ????

    Incredible support Ernest. You are the best.

    Regards,
    Antonio

    Plugin Author wpdreams

    (@wpdreams)

    You are welcome ??

    Feel free to rate the plugin if you like it, it is greatly appreciated.

    I will mark this topic as resolved then.

    Best,
    Ernest M.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weird behavior on mobile’ is closed to new replies.