Brizy Cloud Multi step form
Hello
Attempting to build a multi step with 3 steps
I have built the 3 steps but I can't seemed to find how to increase the space between the step progression ( number and names) and the form itself,
Am I missing something?
Thanks
Andrew R
0
-
Hello Andrew,
Brizy form does not have a setting to customize the gap between the form Multistep heading and the form fields. Kindly add the following CSS code under CMS > Project Settings > Code > Custom CSS to set a gap manually. This will add a 50px gap between the heading and the form fields.
.brz-form-ms-indicators {
margin-bottom: 50px !important;
}
0 -
Hello
Thanks, that worked a treat
Andrew
0
Please sign in to leave a comment.
Comments
2 comments