Community Forums › Forums › Archived Forums › General Discussion › Header Misaligned
Tagged: header misaligned outreach
- This topic has 25 replies, 3 voices, and was last updated 12 years, 2 months ago by
cccmedia.
-
AuthorPosts
-
January 1, 2013 at 5:30 am #8703
AnitaC
KeymasterMorning, I am using the same exact theme but with text at the top, no custom header. I am (NOT) great at this but, my code looks like what I wrote below. Because you used the Header feature to insert your header - it changed the entire configuration of that area. When I try to change your theme with Firefox, it won't work. But, if you delete/remove the header under Appearance > Header - your should be able to modify the code below which is already in your theme - then replace repeat-y with no-repeat, then change the URL with the full link to your logo - it should all work for you because it just worked for me. This has been nuts. If it doesn't work, I will just stop responding.
#header {
background: #090909 url(images/header.png) center repeat-y;
background-position: center !important;
margin: 0 auto;
min-height: 120px;
overflow: hidden;
width: 100%;
}
Need help with customization or troubleshooting? Reach out to me.
January 1, 2013 at 8:05 am #8716cccmedia
ParticipantAnti, this is what happened when I did what you mentioned:
With firebug reading:
#header {
background-attachment: scroll;
background-clip: border-box;
background-color: #090909;
background-image: url("http://theconvergencenc.com/wp-content/themes/outreach/images/header.png");
background-origin: padding-box;
background-position: center center !important;
background-repeat: repeat-y;
background-size: auto auto;
margin: 0 auto;
min-height: 120px;
overflow: hidden;
width: 100%;}
And, the uploaded CSS reads:
#header {
background: #090909 url(images/header.png) center repeat-y;
background-position: center !important;
margin: 0 auto;
min-height: 120px;
overflow: hidden;
width: 100%;
}Sorry, about all the frustration, I know how you feel, but my God in heaven, thank you for trying! LOL
January 1, 2013 at 8:17 am #8718cccmedia
ParticipantOops, sorry Ani, I made a mistake and didn't switch out the repeat-y, but after doing so, I had the same effect.
Firebug reads:
}
#header {
background-attachment: scroll;
background-clip: border-box;
background-color: #090909;
background-image: url("http://theconvergencenc.com/wp-content/themes/outreach/images/header.png");
background-origin: padding-box;
background-position: center center !important;
background-repeat: no-repeat;
background-size: auto auto;
margin: 0 auto;
min-height: 120px;
overflow: hidden;
width: 100%;}
CSS reads:
#header {
background: #090909 url(images/header.png) center no-repeat;
background-position: center !important;
margin: 0 auto;
min-height: 120px;
overflow: hidden;
width: 100%;
}January 1, 2013 at 8:19 am #8719AnitaC
Keymaster{{{{ Bleep, bleep, bleep }}}}, now I really have to defer to one of experienced developers because I don't know why it's not working for you. Sorry, I tried 🙁
Need help with customization or troubleshooting? Reach out to me.
January 1, 2013 at 11:02 am #8739cccmedia
ParticipantI submitted a ticket yesterday, but while waiting on that, I was hoping people could put their heads together and figure out what the heck is going on.
Thanks, Ani, for trying! If I get a resolution through the ticket instead of here, I'll make sure to post it here as well 🙂
January 1, 2013 at 8:06 pm #8877cccmedia
ParticipantAni, you won't believe this, but it was a background issue, not a header issue! The default background is set to white automatically in the CSS. Once I changed it to black, everything was as it should be!!
Thanks again for ALL that help you tried to assist me with.
-
AuthorPosts
- The topic ‘Header Misaligned’ is closed to new replies.