Hi, I love this forum.
I found part of the answer to my question from a previous post - to get my logo to be responsive to hand held devices with this custom code you provided:
@media only screen and (max-width: 534px) {
#logo {
background: white;
}
.logo > a {
background-size: 700px auto !important;
}
}
But I find the logo doesn't center horizontally but goes to the top of it's space. Is there an adjustment I can make so it actually centers from top and bottom too?
Many thanks for you help.