Re: Django Themes help

2023-05-02 Thread William Nash (Bill)
Thanks for your help. On Tuesday, May 2, 2023 at 10:24:28 AM UTC-5 ALBERT ASHABA AHEEBWA wrote: > I have centered the items and made a pull request. > > You can merge and see how it looks. > > > > Best Regards, > > Albert > > On Tue, 2 May 2023, 17:20 William Nash (Bill), wrote: > >> I'm work

Re: Django Themes help

2023-05-02 Thread David Nugent
This is a styling issue (aka CSS). The best answer depends on the CSS framework (if any) you might be using. Or you can just apply: .text-center { text-align: center; } on the containing div. On Wed, May 3, 2023 at 12:19 AM William Nash (Bill) wrote: > I'm working on a small program that

Re: Django Themes help

2023-05-02 Thread ALBERT ASHABA AHEEBWA
Hi William, I am new to programming myself, but I do know some bit of CSS. I have forked your repo, I will make some changes and make a pull request. Keep a lookout. Since you have bootstrap already, it will be quick Best Regards, Albert On Tue, 2 May 2023, 17:20 William Nash (Bill), wrote:

Django Themes help

2023-05-02 Thread William Nash (Bill)
I'm working on a small program that will help me in my dive shop. Since I'm trying to learn to program in Python using Django, I wanted to create something to help me. My issue is I cannot figure out how to center items on my page. For example (see screen shot) My code is located on Github: