Lowering position of store logo

Does anyone know how I can lower the position of the store logo so it sits closer to the menu. I have attached screenshots of what Im trying to do. Thanks.



Bart

demostore.jpg

demostorelower.jpg

In your base.css file you will have something like the following:




.logo-container .logo {
display: inline-block;
margin-top: 12px;
text-decoration: none;
}




Simply change the margin-top value to a higher value and it will lower the logo accordingly.



Mark.