Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1137528

    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

    #1137869

    Hey Bert,

    Sorry for the problem. Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.