Issues with 2 columns layout and validation messages
-
Hi, I did a 2 columns layout with CSS that looks ok as it is. But when you hit the SEND button, the validation or error message that appears after sending a message, is displayed at the wrong place.
In Chrome debug mode I found that the form height consisted of my
<div id="contact-email"> <h2>Contact form</h2> </div>
and
<p id="contact-intro"></p>
it doesn’t go all the way down even though all the labels or inputs are below. Do you know how to display the validation message at the right place? Here is my testing website so you know what I’m talking about:
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Issues with 2 columns layout and validation messages’ is closed to new replies.