Recent Topics

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

Firebrick theme

Started by ReesBeest, Jun 04, 11, 05:04:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ZarPrime

I just looked at it as well.  The header is definitely too short for the height of that logo, as Crip says.  The logo that Crip attached will likely work better.

If you don't want to use the logo Crip attached but yours instead, what I would do is find the following code around line 3639 of the ../forum/Themes/firebrick205/css/index.css file.

Code (Find) Select

#logo a {
    background: url("../images/theme/logo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 197px;
    position: absolute;
    right: 55px;
    top: 25px;
    width: 783px;
}


... and replace it with something like this ...

Code (Replace) Select

#logo a {
    background: url("../images/theme/logo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 197px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 783px;
}


What you are doing is changing the location of where the logo will be.  The only things you would be changing are the values for "right:" and "top:".  It's not perfect but it kind of looks neat because the logo itself will have sort of a transparent effect over the Background image.

Crip or Maxx may have a better idea that would work so you might want to wait for them to respond as well.  Below, I have attached an image of what this edit would look like.

ZarPrime


ReesBeest

Nice, I did both recommendations. So thanks for the help.

You guys are the best and realy quick with the support too.

Thanks a lot...

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Maxx

Yes Guys looking good and great theme!

regards,
Maxx

ZarPrime

ReesBeest,

Glad you got it the way you wanted it. O0 I have marked this topic solved now so, if you need further help, please start a new topic.

ZarPrime