Form fields not clickable on website when opened on desktop?

Asked

Viewed 31 times

0

http://pousadamonteiro.com.br/Contato.html

I have a contact form template that uses JS to validate and PHP to send the data, but on this site the link is above, the form is not clickable when opened on the desktop (on mobile it works normally). I’ve gone through all the html and couldn’t find what it could be. Someone could help me by indicating where the source of the problem would be?

Thank you in advance

2 answers

1

Takes the position: relative tag <p> in your CSS that solves the problem. Getting like this:

p{
    line-height:1.8em;
    font-family: 'Hind', sans-serif;
}
  • Thank you very much!

0

Problem is that I share it with the class "well" is appearing above the div containing the button. It is easy to check this using the F12 command in your browser to check the positioning of the elements on the page.

Follows print:

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.