The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
If I think what he is after, check the stylevar, titleimage_padding under the group, Header, I beleive you will find the Bottom set to 30
If there is no settings in there, than search in your template for, .logo-image it may be hard coded there. |
Благодарность от: | ||
Max Taxable |
#12
|
||||
|
||||
From what I can see they're not shrinking or making any larger the logo.png... They're just governing the dimensions of the BG image and letting the logo overlay that.
|
#13
|
||||
|
||||
First screenshot is how it is now, second is how I believe he may want it. That was done editing the values I described.
|
Благодарность от: | ||
SPEEDKILLZ |
#14
|
||||
|
||||
Quote:
And you're right it is either hard coded or it's in the stylevar. |
#15
|
|||
|
|||
I am looking now
Found in additional css Code:
.logo-image { margin: 30px 30px 30px 0px; -moz-transition: all 0.15s ease-in-out 0.15s; -webkit-transition: all 0.15s ease-in-out 0.15s; -o-transition: all 0.15s ease-in-out 0.15s; transition: all 0.15s ease-in-out 0.15s; } .logo-image:hover { -moz-transition: all 0.15s ease-in-out 0.15s; -webkit-transition: all 0.15s ease-in-out 0.15s; -o-transition: all 0.15s ease-in-out 0.15s; transition: all 0.15s ease-in-out 0.15s; opacity: 0.70; filter:alpha(opacity=70); } |
#16
|
||||
|
||||
So change:
Code:
margin: 30px 30px 30px 0px; Code:
margin: 10px 30px 10px 0px; |
#17
|
|||
|
|||
Awesome, thanks ozzy. That did it
|
#18
|
|||
|
|||
Not that it matters, I referred to a similar answer in post #7, we are now on post #17.
|
#19
|
|||
|
|||
Yes sir and thank you. That is what i used until finding it hard coded.
|
#20
|
||||
|
||||
Mainly because none of us were sure exactly what the OP wanted?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|