Recent Topics

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

Ambassador Theme Released!

Started by Skhilled, Oct 21, 23, 02:38:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

TheCripZone Team is proud to release the Ambassador theme. You can see a demo here. If you don't see it use the Theme Changer in the top left TP block:

https://jpr62.com/demos214/

You can download the release here:

https://github.com/Crip-Zone/Ambassador/releases

Scrubmeister


Skhilled

I totally forgot to add this here. LOL We finished that one awhile ago. LOL

Lucarella

Hi guys, I'm new to this forum, even though I've been using your themes on my forums for many years, like Whitebox, ambassador for 2.0 and darkmodern and someone else whose name I can't remember now (it's normal after a long time)
In these days I'm doing tests for SMF 2.1.4 and I've inserted the ambassador theme (nice as always) and I have a question:
How can I center my banner at the top of everything?
By entering the URL the image is displayed off-centre to the left but I like to see it perfectly in the centre.
Unfortunately I'm not good and even looking at the index.css I couldn't find the solution.

Thanks for your help

Skhilled

Hi Lucarella, and welcome aboard! :)

Please post a link to your website, so I can see what the problem is. :)

Lucarella

This is the testing forum where I'm working https://luke76.net/index.php
While this is the main one that as soon as I'm ready I'll have to move on to 2.1.4 https://dd-crew.net/forum/index.php

Skhilled

Try this... Find this in index.css:

h1.forumtitle a {
  color: #a85400;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

And change it to:

h1.forumtitle a {
  color: #a85400;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

Lucarella

It works perfectly, now my banner is centered perfectly.
The only bad thing now is the smflogo which I can't remove.
Thank you

Skhilled

Look in your 'Current Theme' settings and look for 'Logo image URL:'. If there is anything in it, just delete it.

Lucarella

No, there is nothing, the box is empty :(