I’m on 2.6.1 trying to get a full width image as the header with menus below, with no logo. Exhausted all combinations, set transparency and all I get is my header as a small graphic top left. I’m sure I am just mis-understanding something.
Hi aliquill!
What is the size of the logo you’re trying to upload? On header layout, choose logo center and menu below. Make sure that you use the full size when you upload the image as logo. Add this on Quick CSS or custom.css:
.logo, .logo a, .logo a img {
width: 1030px;
height: 200px;
}
Adjust the width and height values.
Regards,
Ismael
Many thanks, I was confusing header and logo. Sorted.