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)
-   -   100% width (https://vborg.vbsupport.ru/showthread.php?t=242350)

wanno 05-12-2010 12:18 PM

100% width
 
I would like to integrate VB4 in my current site so I would likte to put my site header above the forum.

It was not so difficult just putting the site header in header.php but I can't find out how to cover 100% of the page.
The VB4 forum has gray margins at the left and right side of the page.

wanno 05-15-2010 03:18 PM

Is there no way to have a site header of 100% above the forum
and the forum self as it is by default?

Qwk86gn 05-15-2010 03:35 PM

In Stylevars find: doc_margin

Change the "Right" & "Left" to 0

Then Search in Templates for:
Code:

.body_wrapper {
That should bring up vbulletin.css, open it.

Add this a new a line within the .body_wrapper css:

Code:

        margin-right: 75px;
        margin-left: 75px;

Change the numbers to your preferred width.

wanno 05-17-2010 07:52 AM

fantastic! Thank you.

Do you know also how to make the forum header smaller?
(the blue header with the buttons Home, Forum, Blog, What's new....)


All times are GMT. The time now is 10:11 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.01026 seconds
  • Memory Usage 1,711KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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