Skip to main content

Brizy Cloud Multi step form

Comments

2 comments

  • KC George

    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
  • Andrew Rowles

    Hello

    Thanks, that worked a treat

    Andrew

    0

Please sign in to leave a comment.