All secondary menu items show / link to home page "Go back to the front page"
-
I think I found the root cause
I modified the #header image height, but seems like there was one more block #header_img_link that has a duplicate variable height. I suggest that you merge these two. Should I log a bug ?
#header {
background-position: center top;
background-repeat: no-repeat;
border-top:1px solid #000;
height: 90px;
width: 100%;
position: relative;
}
#header_img_link {
display: block;
position: absolute;
text-decoration: none;
width: 100%;
height: 90px;
}
I am not a css guy, so u are the best judge.
Damn, seems like some other header_img_link is overriding the height setting. I am trying to get a resolution here too http://stackoverflow.com/questions/10070297/browser-does-not-apply-the-new-css-after-save-restart-and-clearing-all-cookies
Please help.
Mod
Those two css classes do not conflict. The first defines the size of the header image area and the second defines the size of the clickable area if you do not use text for your site title or description and want the header image to link to the front page.
You got some bad advice from stackoverflow (it happens; I know I’ve handed out plenty of bad advice) because you should NOT edit theme files. If you do, your changes will be wiped out at the next theme update and all your hard work is for nothing.
If you want to change the header height, read this post:
http://blog.kjodle.net/2012/03/23/changing-the-graphene-header-image-size/
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
