I'm struggling to align the user image and biography form fields with the rest of my signup form in Bootstrap 4.
I've tried tweaking the CSS in various ways, but I can't achieve the desired visual effect:
- I want the biography and photo upload fields to be the same width as all other form fields and aligned horizontally.
- The photo field should be split into two equal-width sections (similar to first and last name fields), with the uploaded image horizontally aligned in one section and the button horizontally aligned in the second section.
Here is the code I'm currently using:
<Anyone have suggestions on how to resolve the alignment issue in this form?