View Full Version : Wondering How To Put Space Above Header
Blacklistgaming
09-19-2014, 07:23 PM
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, 07: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
.doc_header {
margin-top: 50px;
}
Adjust the 50px as desired.
Blacklistgaming
09-19-2014, 08:01 PM
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, 08:04 PM
Link?
Blacklistgaming
09-19-2014, 08:13 PM
Messaged
ozzy47
09-19-2014, 08:16 PM
Add this to your additional.css
.above_body {
border: none;
}
Blacklistgaming
09-19-2014, 08:18 PM
That did it, thank you so much (:
ozzy47
09-19-2014, 08:18 PM
Not a problem, glad to help. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.