TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: Shadeslayers09 on Feb 08, 11, 09:45:15 PM

Title: Need help with CoalBlack
Post by: Shadeslayers09 on Feb 08, 11, 09:45:15 PM
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?
Title: Re: Need help with CoalBlack
Post by: agent47 on Feb 09, 11, 08:40:16 AM
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.