vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Wondering How To Put Space Above Header (https://vborg.vbsupport.ru/showthread.php?t=314406)

Blacklistgaming 09-19-2014 06:23 PM

Wondering How To Put Space Above Header
 
1 Attachment(s)
Hi there, I'm trying to mimic this Invision theme where it has a space on top of its header, showing the background.
I'm trying to give my board a much more cleaner look, and the header going all the way up gives me a headache.

I was looking into the stylevar trying to figure out where I can do this, but I couldn't find it.
Any help please?

ozzy47 09-19-2014 06:27 PM

When dealing with CSS issues, it is impossible to tell what is going on from just an image. It is easier to use a tool like firebug to view the CSS and see what is happening.

But you can try adding this to your additional.css

Code:

.doc_header {
    margin-top: 50px;
}

Adjust the 50px as desired.

Blacklistgaming 09-19-2014 07:01 PM

1 Attachment(s)
Sorry, I have a lot of issues with firebug which makes it incapable of running it on my PC for some odd reason.

It looks like that works but one small issue.
It looks like the body border extends all the way up there, do you have any idea what that is and how I can remove it?

ozzy47 09-19-2014 07:04 PM

Link?

Blacklistgaming 09-19-2014 07:13 PM

Messaged

ozzy47 09-19-2014 07:16 PM

Add this to your additional.css

Code:

.above_body {
    border: none;
}


Blacklistgaming 09-19-2014 07:18 PM

That did it, thank you so much (:

ozzy47 09-19-2014 07:18 PM

Not a problem, glad to help. :)


All times are GMT. The time now is 12:06 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.01954 seconds
  • Memory Usage 1,714KB
  • 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
  • (8)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