News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 215
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 329
Total: 329

Cleantek 2.1.4a Released!

Started by Skhilled, Jul 05, 23, 10:30:42 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Skhilled


Lucarella

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

Skhilled

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;



Lucarella

Thanks so much Skilled, the change you suggested works perfectly. :2up:

Skhilled

Dave suggested it to me. You may want to try the same for your other themes in the future. ;)