The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
If you want to change the size of the image (where the height is 120px and the width is 100%), use these selectors:
HTML Code:
.above_body { background-size: 100% 120px; } .navbar { margin: 90px 0 0 !important; } |
Благодарность от: | ||
RichieBoy67 |
#12
|
||||
|
||||
Quote:
Still does NOT work I am trying to put this header http://www.interfans.org/forum/images/header.jpg previously it was 150px height now 120px |
#13
|
||||
|
||||
It worked when I altered the page source using Firebug.
|
#14
|
||||
|
||||
I am trying to put this header http://www.interfans.org/forum/images/header.jpg previously it was 150px height now 120px |
#15
|
||||
|
||||
You can resize the image using CSS (as I showed you). It is best though to size the image using an image editor, so that the aspect ratio is exactly what you want.
|
Благодарность от: | ||
RichieBoy67 |
#16
|
||||
|
||||
Quote:
Can you log in my admin and see? |
#17
|
||||
|
||||
Mark is saying you need to resize the image first or the aspect ratio will be off.
|
#18
|
||||
|
||||
Try this:
Add these two lines at the bottom of additionl.css HTML Code:
.body_wrapper { margin-top: 20px; } .navbar { margin-top: 120px !important; } And remove this from your additional.css HTML Code:
.above_body { height: 152px; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|