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

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),

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:

Re: django themes

2011-08-26 Thread Reinout van Rees
On 25-08-11 21:04, sjtirtha wrote: I'm looking a solution to have themes in django like in wordpress. Currently, I'm starting implement it by myself. But I face some issue namely. In wordpress all themes files: php, html, css, javascript, images are in one folder. So we only need to upload

django themes

2011-08-25 Thread sjtirtha
Hi, I'm looking a solution to have themes in django like in wordpress. Currently, I'm starting implement it by myself. But I face some issue namely. In wordpress all themes files: php, html, css, javascript, images are in one folder. So we only need to upload these files in one folder and it