How do we lower the logo so that it overlaps the menu below?
Explained below:
Hi!
Please add following code to Quick CSS
strong.logo {
position: relative;
top: 20px;
z-index: 99;
}
and adjust as needed
Cheers!
Yigit
Thanks! How do I get my logo to be the actual size that I uploaded? I chose “Use Actual Size” before I selected use as logo, but it shrinks anyways.
NOTE: I used “Header Custom Height” as 60px because once I lower the logo, there’s too much empty space above it. So now the logo is tiny.
Hey!
Right now the logo size is 106 × 120px which is the default logo size of your image, means no css width or height manipulation. What is the actual size of your logo?
Cheers!
Ismael
Elliot sent me this CSS and it was resolved:
.logo, .logo a { height: auto !important; }