News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,737
  • Total Topics: 1,372
  • Online today: 325
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 307
Total: 307

Support for Anecdota

Started by smoundzou, Jun 24, 10, 01:49:34 PM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

smoundzou

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?

Crip

Is it possible to see a link to site / theme?
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.

smoundzou

sure.. it's a brand new site I just created yesterday..

http://theattorneyforums.com


Crip

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

Is the your logo ?

[attachment deleted by admin]
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.

smoundzou

Yes.. for now anyway.. LOL

Crip

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.
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.

smoundzou

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

Crip

I took that code from your site , leave your forum code there, but add your New logo : Width & Height.. !important;
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.

smoundzou

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? 

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.

Crip

..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..
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.