Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-29-2015, 06:20 AM
Fabien83 Fabien83 is offline
 
Join Date: Mar 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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.
Reply With Quote
  #2  
Old 10-29-2015, 08:14 AM
ArcadeSyndicate's Avatar
ArcadeSyndicate ArcadeSyndicate is offline
 
Join Date: Oct 2008
Location: Germany
Posts: 298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please post in english.
Reply With Quote
  #3  
Old 10-29-2015, 10:49 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your banner looks ok to me what browser are you using

Votre bannière semble ok pour moi ce navigateur utilisez-vous
Reply With Quote
  #4  
Old 10-30-2015, 04:39 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fabien83 View Post
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.
I can use Google Translate to try and convey but ohh lawd someone just fussed at me for posting it's crud in Russian so I don't have much faith in it currently (lol). Also please note that all posts should be in English as Arcade noted so we can all assist, if your English is not that good we don't care, we'll try our best to help regardless .

Quote:
Originally Posted by Fabien83 View Post
Good evening everyone, this is my forum is installed.

I'm leaving on a slightly modified original skin , I have a concern I have my banner up but it is beyond the scope is shifted to the right , this should be a simple setup worries if anyone can m help ...

I give you the link : http://208gti.net/Forum/

It doesnt my code is like this in additional.css

/* center logo */
.doc_header {text-align: center; }
.logo-image {clear:both; float:none;}

.logo-image {width: 700px !important;}

Thank you for your contributions.
Never specify specific width unless absolutely required, same goes for just using min-width or max-width alone instead of specifying both (imo). Now in vBulletin where many css areas inherit or use the parent div's width specification sometimes you must.

I believe you set this to 700px:
Code:
.logo-image {width: 700px !important;}
But what is your minimum width set at in stylevars?
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;
to make backgrounds of certain div classes and id's cover the entire background area. However in some setups you can only use cover if specifying a specific width or both the min and max because it will cover and stretch and inner div as the entire area if you're not careful and don't specify.

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?
Reply With Quote
Благодарность от:
ForceHSS
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:46 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03390 seconds
  • Memory Usage 2,206KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (1)post_thanks_box_bit
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete