How do i adjust my alignment so my submit button is aligned with my questions? This is kinda what it looks like ____-. The last one isnt in line with the others.
I would suggest looking for the section of code that contains your form and the submit button. You'll need to identify the HTML elements and their corresponding CSS classes or IDs.
Once you've identified the relevant HTML elements, you can adjust their styling using CSS. You may want to use properties like margin, padding, display, or float to achieve the desired alignment.
Thanks for the tag @PamCotton, happy to help further @Jna419 if you haven't been able to get it updated.
Can you share a screenshot of how the form is displaying?
Also what settings are configured for the form styles in the form settings directly, a link to a page with the form or snapshot of the code for the form.
If my reply answered your question please mark it as a solution to make it easier for others to find.