vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Header space Question (https://vborg.vbsupport.ru/showthread.php?t=262115)

HC. 04-16-2011 10:31 PM

Header space Question
 
1 Attachment(s)
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

Kuya 04-16-2011 11:08 PM

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:

HC. 04-16-2011 11:28 PM

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

Lynne 04-17-2011 02:45 AM

Can we get a link?

HC. 04-17-2011 10:18 AM

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

what tools are you using?

Lynne 04-17-2011 04:26 PM

Your whole header is made out of images instead of just divs with css.

HC. 04-17-2011 06:12 PM

Quote:

Originally Posted by Lynne (Post 2185689)
Your whole header is made out of images instead of just divs with css.

How could you tell?
How can I fix it?

Lynne 04-17-2011 06:13 PM

You'll need to make the images 'taller'. I could tell by using firebug and seeing this in the CSS.

HC. 04-17-2011 06:39 PM

Quote:

Originally Posted by Lynne (Post 2185725)
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?

Lynne 04-17-2011 08:00 PM

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.


All times are GMT. The time now is 09:40 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.01201 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete