TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: smoundzou on Jun 24, 10, 01:49:34 PM

Title: Support for Anecdota
Post by: smoundzou on Jun 24, 10, 01:49:34 PM
I really like this theme, the only thing I can't seem to do is make the logo appear larger on the screen.  When I upload a larger logo, it simply cuts off.. it's as if the script is setup to not allow a logo over a certain size.  Any easy way around this?
Title: Re: Support for Anecdota
Post by: Crip on Jun 24, 10, 02:02:43 PM
Is it possible to see a link to site / theme?
Title: Re: Support for Anecdota
Post by: smoundzou on Jun 24, 10, 02:07:15 PM
sure.. it's a brand new site I just created yesterday..

http://theattorneyforums.com

Title: Re: Support for Anecdota
Post by: Crip on Jun 24, 10, 02:14:49 PM
Quote from: smoundzou on Jun 24, 10, 02:07:15 PM
sure.. it's a brand new site I just created yesterday..
http://theattorneyforums.com (http://theattorneyforums.com)

Is the your logo ?

[attachment deleted by admin]
Title: Re: Support for Anecdota
Post by: smoundzou on Jun 24, 10, 02:18:22 PM
Yes.. for now anyway.. LOL
Title: Re: Support for Anecdota
Post by: Crip on Jun 24, 10, 02:24:50 PM
For any logo size needs added to the css/index.css

}
/* BANNER / LOGOS */
#logo {
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
    width: 256px!important;  <==Your logo Width ==>
    height: 61px!important;  <==Your logo Height ==>
    cursor: pointer;
    background: url(../images/img/logo.png) no-repeat!important;
}


..and refresh your browser .. should work.
Title: Re: Support for Anecdota
Post by: smoundzou on Jun 24, 10, 02:30:05 PM
Quote from: Crip on Jun 24, 10, 02:24:50 PM
For any logo size needs added to the css/index.css

}
/* BANNER / LOGOS */
#logo {
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
    width: 256px!important;  <==Your logo Width ==>
    height: 61px!important;  <==Your logo Height ==>
    cursor: pointer;
    background: url(../images/img/logo.png) no-repeat!important;
}


..and refresh your browser .. should work.

Just so I understand.. all i have to do is add the above code to the css/index.css file and then I can use any size logo?

OR..

do I need to add the above code and enter the size of the logo where it width and height?

Sorry but I'm really new to this
Title: Re: Support for Anecdota
Post by: Crip on Jun 24, 10, 02:33:24 PM
I took that code from your site , leave your forum code there, but add your New logo : Width & Height.. !important;
Title: Re: Support for Anecdota
Post by: smoundzou on Jun 24, 10, 02:45:17 PM
Ok. just so I understand..

go to the file css/index.css and find the code you posted and simply edit the height and width so that it matches the logo I want to use? 
Title: Re: Support for Anecdota
Post by: Crip on Jun 24, 10, 02:46:52 PM
Yes!
Title: Re: Support for Anecdota
Post by: Crip on Jun 24, 10, 03:07:38 PM
..yes , if you use a good FTP like CureFtp you can edit it that way..
...myself , i go via Admin Panel to edit most things..