Hey there! I'm facing a CSS issue where an error message appears below the contact us box if the user doesn't fill the text box properly. However, there's an overlap issue with the image below the contact us box.
Any suggestions on how to stop the image from moving when the box expands?
Here's the CSS for the contact us form:
#contactusbox {
padding: 5px;
width: 310px;
height: auto;
float: right;
margin-top: 292px;
background-color: #E2E2E2;
border: 1px solid #B2B8B8;
overflow: hidden;
position: relative;
font-family: 'Open Sans',sans-serif;
font-size: 16px;
color: #333;
}
Thanks!