This is a CSS issue.

Here is a solution for you. Bootstrap 5

<div class="row g-3 align-items-center">
  <div class="col-auto">
    <label for="inputPassword6" class="col-form-label">Password</label>
  </div>
  <div class="col-auto">
    <input type="password" id="inputPassword6" class="form-control"
aria-labelledby="passwordHelpInline">
  </div>
  <div class="col-auto">
    <span id="passwordHelpInline" class="form-text">
      Must be 8-20 characters long.
    </span>
  </div>
</div>

Edit accordingly.



Best Regards,

Albert

On Mon, 29 May 2023, 19:43 Sebastian Jung, <sebastian.ju...@gmail.com>
wrote:

> I don't think that this is a django relevant thing
>
> Hatim Ibrahim <sudanban...@gmail.com> schrieb am Mo., 29. Mai 2023, 17:31:
>
>> Hello
>> AM on WIndows 7, Django 3.2.18, Bootstrap 5.2
>> I have the attached "column" layout,
>> I want to redesign this as "array" layout.
>>
>> What is the most deficient way of doing this please?
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/038e4b61-f0f2-4301-8228-523c5f5f7ba7n%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/038e4b61-f0f2-4301-8228-523c5f5f7ba7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKGT9my30MxS2VS_J_PvkDHNkTzvkPo5NeFbx7ybiP80UKh%2BNQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAKGT9my30MxS2VS_J_PvkDHNkTzvkPo5NeFbx7ybiP80UKh%2BNQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAAQecPfE9BPVU1Vdn3WHphHxDj3u7fOJdt0hXFTzTL5V3i0pCg%40mail.gmail.com.

Reply via email to