The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to move logo upward
Hi guys,
I have a custom skin and all i need to do is move my logo upward because currently half of my logo is hidden. I have tried several codes from different threads, but none of them worked. If someone can please visit my site HERE and help me moving it up. I will appreciate it. Thanks. |
#2
|
|||
|
|||
remove the padding from the logo-image
.logo-image { float: left; clear: right; min-height: 2em; height: auto !important; padding: 40px 0px 0px 0px; make 40px to 0px |
#3
|
|||
|
|||
You also need to make header middle taller
Code:
#header-middle { height: 170px; overflow: hidden; clear: both; background-attachment: scroll; background-image: url(images/primus/sandy/misc/hm-bg.jpg); background-repeat: repeat-x; background-position: center top; background-color: #87411F; } |
#4
|
|||
|
|||
Quote:
--------------- Added [DATE]1377968379[/DATE] at [TIME]1377968379[/TIME] --------------- Quote:
Where can i find this please ? Thanks for the help in advance. |
#5
|
|||
|
|||
In Firefox right click on the header, in the pop up menu click on "inspect element" a frame will open up at the bottom of the screen that will tell you where to look.
You can make changes in that screen, but they will not be saved. In any case try additional CSS first in your theme templates |
#6
|
|||
|
|||
I tried adding both in Additional Css template and nothing worked. Any idea where it goes ? If it has to be in additional css that i already tried & didn't work.
|
#7
|
||||
|
||||
You can edit them in the correct CSS templates, do a search for
Code:
.logo-image { Code:
#header-middle { |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|