Website button works on desktop but not mobile

-1

I have a button on the site that triggers a lightbox to populate a contact form. The problem that the button is clickable only on Desktop. When accessed by a mobile device, this button no longer works.

This is the code I'm using:

[formlightbox_call title="lightbox_form" class="2"]<button style="background-color: #9c0f13; border-radius: 5px;">Contate-nos</button>
[/formlightbox_call][formlightbox_obj id="2" onload="false"][contact-form-7 id="13" title="Formulário de contato 1"][/formlightbox_obj]

What am I doing wrong?

Thank you!

    
asked by anonymous 10.06.2016 / 21:58

1 answer

-1

I was able to solve the problem. Here is the code I used.

<h5 style="font-size: 18px; text-align: center;"><a style="cursor: pointer;" href="#"><span style="font-size: 9px;">[formlightbox_call title="" class="2"]</span><button style="width: 200px; height: 100px; background-color: #9c0f13; text-align: center;" type="button">Consulte-nos!
[/formlightbox_call][formlightbox_obj id="2" style="padding: 9px;"][contact-form-7 id="13" title="Formulário de contato 1"][/formlightbox_obj]</button></a></h5>
    
13.06.2016 / 23:03