The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
change logo size
In vb4 how do I change the logo size from 150px tto 120px?
Can't find the css |
#2
|
||||
|
||||
The anchor element containing the image has a classname of "logo-image".
|
#3
|
||||
|
||||
where do i find it in my admin panel?
|
#4
|
||||
|
||||
If you wish to use that classname in a CSS selector, you can either add the selector to your "additional.css" template, which will affect only affect the styles whose template you add the selector to, or you can use a plugin to add the selector to all pages regardless of style. Since the logo you want to change is likely only in one style, you should be okay to simply add the selector to your template:
HTML Code:
.logo-image { width: 120px; } |
#5
|
||||
|
||||
Just copy that text and paste it into the style manager under Search in Templates.
#Better to use Mark's instructions above though. We must have posted at the same exact time. |
#6
|
||||
|
||||
or maybe just upload the logo with the desired size
|
#7
|
||||
|
||||
I have added:
.logo-image { height: 120px; } to additional.css but on my forum: http://www.interfans.org/forum/ the header does not get resized Please help more |
#8
|
||||
|
||||
That is not just your logo but your entire header image. http://www.interfans.org/forum/images/header.jpg
That is why that css is not working. Are you trying to squeeze in adsense there? The 728 by 90 is way to big for the header. I would suggest putting it under the navbar. Is that the reason you want to resize the logo? |
Благодарность от: | ||
MarkFL |
#9
|
|||
|
|||
You could change the css for the navbar to :
.navbar { margin: 92px 0 0 !important; } Just change the margin from 27px to 92px |
#10
|
||||
|
||||
Quote:
it does work look http://www.interfans.org/forum/index.php |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|