The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Banni?re d?call?e.
Bonsoir ? toutes et tous, ?a y est mon forum est install?.
Je pars sur le skin d'origine un peu modifi?, j'ai un soucis j'ai ma banni?re en place mais elle sort du cadre est d?cal?e vers la droite, cela doit ?tre un simple soucis de param?trage, si quelqu'un peut m'aider... je vous donne le lien : http://208gti.net/Forum/ Ca marche pas mon code est comme cela dans additional.css /* center logo */ .doc_header {text-align: center; } .logo-image {clear:both; float:none;} .logo-image {width: 700px !important;} Merci de vos contributions. |
#2
|
||||
|
||||
please post in english.
|
#3
|
|||
|
|||
Your banner looks ok to me what browser are you using
Votre bannière semble ok pour moi ce navigateur utilisez-vous |
#4
|
||||
|
||||
Quote:
Quote:
I believe you set this to 700px: Code:
.logo-image {width: 700px !important;} AdminCP > Styles & Templates > Style Manager > *Click the drop-down to the right of the styles name and select "Style Variable Editor" > *Now scroll to find "doc_minWidth" plus also look at "doc_maxWidth" and also "doc_width" and let us know what you have there. What I'm trying to point at is, if you set min-width at 650px, yet your logo-image is told via css to be 700px (and using !important truly makes it do that regardless of parent div width) then it will overflow off the "page" and not display properly. You should set min-width and max-width in the css instead OR set width at 100% instead of 700px OR use: Code:
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; A few things you can do as a work-around here but I would check min_width in stylevars and if viewing on a mobile device and logo-image has it stressed as !important to be 700px and your phone shows the site no smaller than the 650min width setting then like I said above some overflow is to be expected because you specifically told it to do so, make sense? |
Благодарность от: | ||
ForceHSS |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|