View Full Version : size logo
matheus21
11-07-2015, 10:02 AM
how to increase the logo size vBulletin 3.8.9 ?
can anyone help me??
matheus21
09-07-2016, 10:18 PM
can anyone help me?
Any time the topic and so far I did not have answer
RichieBoy67
09-08-2016, 08:27 AM
Can you post your link?
matheus21
09-08-2016, 11:29 AM
Can you post your link?
how to increase the logo size vBulletin 3.8.9 ?
not yet want to disclose here
can anyone help me??
PinkMilk
09-08-2016, 07:06 PM
If trying to "stretch":
Admincp > Styles & Templates > Style Manager
header template find:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions" />
Replace with:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" id="logo" />
Scroll down to near bottom and add to "[B]Additional CSS Definitions" box:
img#logo {
width:400px;
height:200px;
}
Obviously change to desired width and height.
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).
matheus21
09-08-2016, 07:23 PM
I update for vb 3.8.10. it's the same thing?
I have not found the code
--------------- Added 1473419105 at 1473419105 ---------------
can anyone help me??
--------------- Added 1473435202 at 1473435202 ---------------
Seven Skins
09-09-2016, 06:59 PM
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...
matheus21
09-09-2016, 07:50 PM
pele ExtremePixels Graphite
Seven Skins
09-09-2016, 09:02 PM
Edit this class in EXTRA css
#logo {
background: url(graphite/misc/header_logo.gif);
width: 261px;
height: 95px;
float: left;
margin: 0;
padding: 0;
}
matheus21
09-10-2016, 05:13 PM
Edit this class in EXTRA css
#logo {
background: url(graphite/misc/header_logo.gif);
width: 261px;
height: 95px;
float: left;
margin: 0;
padding: 0;
}
Thacks.... thacks ..thacks :up::up::)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.