Hi there, my logo is 223px wide × 55px high and I’m using the split right / left menu and logo in centre.
1) First problem was the logo was displaying way below the menu, so I used this custom css to fix, is this correct? plus why is this happening?:
#logo.logo-center a {
margin-top: -45px;
}
2) I wanted the left & right menu padding to be further away from the menu, so I used this custom css to fix, is this correct?:
.header-1 .menu-left {
padding-right: 70px;
}
.header-1 .menu-right {
padding-left: 70px;
}
3) Then I noticed that my logo was in fact being scaled down somehow automatically: (scaled to 165px × 41px)
Please advise whether the above css is correct and how to stop the down scaling of the logo.
4) Lastly – my whole header with the menu is about 5-7px lower down than the demo (http://uplift.swiftideas.com/) – how do I move the whole thing up?
Thanks in advance.