Is there a way to customize the sign-up forms so the widths of the individual blocks can be different widths? I’d like to put a few elements and input fields in one row, but it looks off as all blocks are the same size (since the padding doesn’t actually change the width of the fields/elements).
Page 1 / 1
Hi Allisonkc
Yes, you can customize sign-up forms to adjust the width of individual blocks. Use custom CSS to style the fields and elements. For example:
CSS
Copy code
.form-block { width: 70%; /* Adjust width */ margin-right: 10px; /* Add spacing */ } .form-block:last-child { width: 30%; }
Apply this CSS in your form editor or website stylesheet. If you need further help with implementation, feel free to reach out!
Reply
Log in to the Community
Use your Klaviyo credentials
Log in with Klaviyo
Use your Klaviyo credentials
Log in with KlaviyoEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.