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
https://github.com/Crip-Zone/Cleantek/releases/tag/v2.1.4
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
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;
Thanks so much Skilled, the change you suggested works perfectly. :2up:
Dave suggested it to me. You may want to try the same for your other themes in the future. ;)
Here's the fix for the 'notify alert/email' dropdown. Find '.notify_dropdown span'. The last two lines to it found about line 4283 in index.css:
.notify_dropdown span {
font-size: 0.9em;
display: block;
max-width: 500px;
}
Released on Github, Cleantek v2.1.4b1:
https://github.com/Crip-Zone/Cleantek/releases/tag/v2.1.4b1
Cleantek's license was wrong and has been updated in a new release:
https://github.com/Crip-Zone/Cleantek/releases/tag/v2.1.4b2