TheCripZone SMF Themes Site

All Things Public => Theme Support => SMF 2.1.4 Themes => Topic started by: Skhilled on Jul 05, 23, 10:30:42 PM

Title: Cleantek 2.1.4a Released!
Post by: Skhilled on Jul 05, 23, 10:30:42 PM
https://github.com/Crip-Zone/Cleantek/releases/tag/v2.1.4
Title: Re: Cleantek 2.1.4a Released!
Post by: Lucarella on Jan 22, 24, 04:09:37 PM
Hi guys, I'm writing again to ask for your help...
I'm preparing another forum for the new version 2.1.4 and I chose your CleanTek theme (congratulations for this too) and I want to center the logo.
How do I do it?
Can I use the same code you suggested for the ambassador theme or does anything change with CleanTek?

Thank you
Title: Re: Cleantek 2.1.4a Released!
Post by: Skhilled on Jan 23, 24, 07:34:33 PM
I'm sorry. It was a hectic day yesterday. LOL Thanks for the kind words.

Index.css

Find

h1.forumtitle {
    font-size: 1.8em;
    font-family: "Tahoma", sans-serif;
    padding: 22px 12px 6px 10px;
    font-weight: normal;
    float: left;
    clear: left;

and change to

h1.forumtitle {
    font-size: 1.8em;
    font-family: "Tahoma", sans-serif;
    padding: 22px 12px 6px 10px;
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: center;


Title: Re: Cleantek 2.1.4a Released!
Post by: Lucarella on Jan 24, 24, 06:26:29 PM
Thanks so much Skilled, the change you suggested works perfectly. :2up:
Title: Re: Cleantek 2.1.4a Released!
Post by: Skhilled on Jan 24, 24, 09:03:23 PM
Dave suggested it to me. You may want to try the same for your other themes in the future. ;)