When click submit button,3 fields moves downward.

  • cami_019
    Asked on January 10, 2017 at 6:43 AM

    Okay thanks, related to the positioning of the fields. When I click on the submit button without entering anything on the fields, these 3 fields and the text area (room description) moves downward? How do I make sure they stay in place?

    Already tried adding !important next to the top: -44px; property but to no avail.

     

    original post

  • Mike
    Replied on January 10, 2017 at 7:36 AM

    It seems to be caused by the submit button. Please try adding the next CSS:

    [data-type=control_button] {
    max-height : 50px;
    }

    Thank you.