This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Images not showing

#28053
Ernest MarcinkoErnest Marcinko
Keymaster

Sure!

I actually found the conflicting code, it was a minimum height attribute causing the push-down. Please remove the previous code, and use this one instead:

.probox .proinput input {
    min-height: auto !important;
}

It will resolve both the alignment issues, and re-center the input.