Django BS elements layout

25 views
Skip to first unread message

Hatim Ibrahim

unread,
May 29, 2023, 11:31:33 AM5/29/23
to Django users
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?

array.png
column.png

Sebastian Jung

unread,
May 29, 2023, 12:43:50 PM5/29/23
to django...@googlegroups.com
I don't think that this is a django relevant thing

--
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...@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.

ALBERT ASHABA AHEEBWA

unread,
May 29, 2023, 6:33:29 PM5/29/23
to django...@googlegroups.com
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

ivan harold

unread,
Aug 9, 2023, 2:13:47 PM8/9/23
to Django users
need anymore help?
you can check certain websites for reference Django/Python is an open source.

Reply all
Reply to author
Forward
0 new messages