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

Reply
 
Thread Tools Display Modes
  #1  
Old 04-16-2011, 10:31 PM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Header space Question

I paid someone for a design the support that they promissed has gone away will not respond to pm's
Here is my question VB 4.1.2
How can I add space to the header our logo is not fitting "see attachment"
the red I is the space that I need larger to fit my logo.

Also on another VB that I have that is running 3.8.7 we use a tables in the header does anyone know if the convertor tool will transfer over all the tables in our old header when we switch to vb 4.x.x
Attached Images
File Type: jpg bpsstyle.jpg (20.0 KB, 0 views)
Reply With Quote
  #2  
Old 04-16-2011, 11:08 PM
Kuya's Avatar
Kuya Kuya is offline
 
Join Date: Aug 2010
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this..

Locate vbulletin-chrome.css by searching in the templates.

You should then easily find the css and where it says:

Quote:
.doc_header {
Then find the hight in pixels, and it should read something like "min-height:100px;" (if it is 100 pixels), so all you need is to increase that number.

NOTE: Before you do that, I would suggest backing up the vbulletin-chrome.css in notepad until the results are shown to be ok:up:
Reply With Quote
  #3  
Old 04-16-2011, 11:28 PM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
.doc_header {
    
_background-image:none;
    
border:{vb:stylevar header_border};
    
color:{vb:stylevar header_color};
    
font:{vb:stylevar header_font};
    
position:relative;
    
min-height:35px;
    
/*padding-bottom:{vb:math {vb:stylevar padding}/2};*/
    /*margin-bottom:{vb:math 2 * {vb:stylevar navbar_tab_size.height}}px;*/
}
.
doc_header a color:{vb:stylevar header_link_color}; }
.
doc_header a:hover color:{vb:stylevar header_linkhover_color}; }
.
doc_header hr displaynone; }
.
logo-image {
        
float: {vb:stylevar left};
        
clear: {vb:stylevar right};
        
min-height2em;
        
heightauto !important;
        
height2em;
        
padding: {vb:stylevar titleimage_padding};


Which one to change?
logo is 400x300

--------------- Added [DATE]1303000412[/DATE] at [TIME]1303000412[/TIME] ---------------

PHP Code:
.doc_header 
    
_background-image:none
    
border:{vb:stylevar header_border}; 
    
color:{vb:stylevar header_color}; 
    
font:{vb:stylevar header_font}; 
    
position:relative
    
min-height:187px
    
/*padding-bottom:{vb:math {vb:stylevar padding}/2};*/ 
    /*margin-bottom:{vb:math 2 * {vb:stylevar navbar_tab_size.height}}px;*/ 
change to 187px still did not work
Reply With Quote
  #4  
Old 04-17-2011, 02:45 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we get a link?
Reply With Quote
  #5  
Old 04-17-2011, 10:18 AM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://70.86.108.235/forum" target="_blank">http://70.86.108.235/forum</a>

what tools are you using?
Reply With Quote
  #6  
Old 04-17-2011, 04:26 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your whole header is made out of images instead of just divs with css.
Reply With Quote
  #7  
Old 04-17-2011, 06:12 PM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Your whole header is made out of images instead of just divs with css.
How could you tell?
How can I fix it?
Reply With Quote
  #8  
Old 04-17-2011, 06:13 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You'll need to make the images 'taller'. I could tell by using firebug and seeing this in the CSS.
Reply With Quote
  #9  
Old 04-17-2011, 06:39 PM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You'll need to make the images 'taller'. I could tell by using firebug and seeing this in the CSS.
What is the image name?
Reply With Quote
  #10  
Old 04-17-2011, 08:00 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Get firebug and you can get the full list - images/race/style/header-left.png, images/race/style/header-right.png, images/race/style/header.png, images/race/style/logo.png . Could be others, but those are all showing up right there in the CSS.
Reply With Quote
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 11:47 PM.


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.08195 seconds
  • Memory Usage 2,278KB
  • Queries Executed 14 (?)
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_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete