In the last two days I posted several questions, about half of which have already been answered. In order to stop my threads from rudely cluttering up the top of the forum, I'm posting them all here.
1: Quicklink positioning
- A: The 'Contact' or 'Feedback' quicklink moves further and further from the left side of the page the more text I put in it. How do I fix that?
http://imgur.com/a/APJhY - B: Is it possible to disable the contact quicklink when I'm on the contact page? Seems redundant.
2: Reducing the header height.
I need the height of the header to be smaller than it is now, so that the spacing below the logo is as much as the spacing above it currently is.
http://www.getgeek.org/temp
I've tried:
div .logo {
padding: 0px;
clear:none;
}
.main_menu {
top: 55px;
left: 15px;
}
which didn't work, and then:
#header .container{
min-height:140px;
}
#header .container_wrap{
height: 140px;
}
...which resulted in this: http://i.imgur.com/5XVCJ.png
3: Clearing the header's right side
I'm still looking into this, but I also want to clear all the icons and search bars from the right side of the header. I think I'll be able to figure this one out from searching the forum though. <-- Got it!
4: Misc question: Slow loading custom.css?
I changed the custom.css file to move my main menu up and beside the logo, and also change its font. I've noticed that on a slow connection, the menu will remain down below the logo with the original font until it finishes loading, at which point it moves to the proper position and format. Any idea why?














