The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
how to increase the logo size vBulletin 3.8.9 ?
can anyone help me?? |
|
#2
|
|||
|
|||
|
can anyone help me?
Any time the topic and so far I did not have answer |
|
#3
|
||||
|
||||
|
Can you post your link?
|
|
#4
|
|||
|
|||
|
how to increase the logo size vBulletin 3.8.9 ?
not yet want to disclose here can anyone help me?? |
|
#5
|
|||
|
|||
|
If trying to "stretch":
Admincp > Styles & Templates > Style Manager header template find: Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /> Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" id="logo" /> Code:
img#logo {
width:400px;
height:200px;
}
Note: As mentioned this will only stretch the image and may/probably will distort it, it would be better to redo the logo in photoshop (or alternative software). |
| Благодарность от: | ||
| blind-eddie | ||
|
#6
|
|||
|
|||
|
I update for vb 3.8.10. it's the same thing?
I have not found the code --------------- Added [DATE]1473419105[/DATE] at [TIME]1473419105[/TIME] --------------- can anyone help me?? --------------- Added [DATE]1473435202[/DATE] at [TIME]1473435202[/TIME] --------------- |
|
#7
|
||||
|
||||
|
If you are using default skin you just need to upload larger logo and it will show up big.
If it is custom style then it might be a different story... |
|
#8
|
|||
|
|||
|
pele ExtremePixels Graphite
|
|
#9
|
||||
|
||||
|
Edit this class in EXTRA css
Code:
#logo {
background: url(graphite/misc/header_logo.gif);
width: 261px;
height: 95px;
float: left;
margin: 0;
padding: 0;
}
|
| 2 благодарности(ей) от: | ||
| blind-eddie, TheLastSuperman | ||
|
#10
|
|||
|
|||
|
Quote:
|
| Благодарность от: | ||
| TheLastSuperman | ||
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|