Can be done in CSS. See this Snippet
Thx, I’m find Snippet.
I put the add the code into style.css
header.tc-header {
/* Adjust the Image location ‘wp-content/uploads/NAMEOFFILE.png’ */
background: url(http://www.nme.com/wp-content/uploads/2014/01/headerimg1.jpg)
Now i see the background picture true the navbar
So I add the following code to my style.css
/* Adjust (10px) top position */
.navbar .nav > li > a {
position: relative;
top: 50px;
}
.navbar .navbar-inner {
max-height: 150px;
But now only the menu items are standing right but the .navbar is true the picture.
How can ik fix that the navbar is also going below.
Greetz
I have now add the following script into my style.css
header.tc-header {
background-image:url(http://www.safety-ear.com/net/wp-content/uploads/2014/01/headerimg1.jpg)!important;
background-size: cover;
}
The Header is now behind the navbar.
Now how to get the navbar little down?
I’ve just updated this Snippet to show how to reposition the Navbar.
Thx.
OK this is working, but not responsive :o(
I’m only want a own header on the top and everything down was ok.
Is there a another solution so i can keep the responsive facility?
Without a link to your site we cannot see what you’re doing wrong, so cannot help. Can you link to it?