Recent Topics

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

Need help with CoalBlack

Started by Shadeslayers09, Feb 08, 11, 09:45:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Shadeslayers09

Hello, I've installed the CoalBlack theme on my forums and I'm trying to put in a bigger logo but don't know how to do that, right now the biggest it's allowing me is 362x74 I'm trying to get it to be around 700x173. Can you please help me?

agent47

#1
Open index.css and search for: #logo a {
Few lines below that, you'll find the logo size.
It looks like this:
/* BANNER / LOGOS */
#logo a {
position: absolute;
top: 5.3em;
left: 2em;
display: block;
width: 362px !important;
height: 74px !important;
cursor: pointer;
background: url(../images/img/logo.png) no-repeat !important;
}

Simply change width and height px to your new logo size.