Hello Enfold team.
After the last update, also after the update 4.6.2, some things are not working anymore.
The most important I think is that the “I agree with the privacy policy” tekst is not visible anymore below the form.
When you add the follwing code to the custom css feeld in enfold it is fixed for the moment.
.avia_ajax_form.av-form-labels-hidden label.input_checkbox_label {
position: relative;
top: 0;
left: 0;
}
It looks like it is when you select “hide labels” at the form. Than the update css gives that line a position fixed and outside off the screen position :D