In order to extend the functionality of FunnelBud Go forms, we developed a system of HTML classes that allows aligning certain elements of a form to the right, left, or center. Below you will see some examples of what the form might look like and what classes and where they need to be added.
class="center"
class="right"
class="center"
class="right"
when it comes to the field's width, you'll have to specify the width of every field separately. In the example below, E-post and Namn fields have the same classes(class="half"). If nothing is added to the Namn field, it will take 100% of form width.
class="half"
class="third"
by default radio/checkbox group comes in list/column layout(when every option has its own row). You can put everything in one row by adding a special class(class="row-layout") to the group.
class="row-layout"
class="center"
class="row-layout right"
50% width email field with centered label and centered button.