• Resolved prototypeix

    (@prototypeix)


    If you check the form in mobile, you can see that once you complete step 1, the second step appears below a blank space… when you inspect the element, it is the <fieldset> of step 1.

    Is there a way to make it show correctly? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Bruce

    (@ninjateamwp)

    Hi @prototypeix ,

    Thanks for using CF7 Multi step plugin, that looks like some styling issue and we will check your page and determine if we are able to determine a CSS to fix, we will feed you back soon.

    Kind regards,
    -Bruce-

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @prototypeix ,

    Please add this CSS to your site to fix the issue:

    .fieldset-cf7mls-wrapper .cf7mls_back_fs { position: absolute;
     left: 0;
     top: 15px;
     transform: translate(-110%,0);
     -webkit-transform: translate(-110%,0);
     -moz-transform: translate(-110%,0);
    }

    Thank you!

    Kind regards,
    -Bruce-

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘DIV from previous steps still shows, but blank’ is closed to new replies.