Hello,
The logo sticks to the top of the header, and not vertically aligned in the header area.
But when making the window smaller, or scrolling down, it looks good.
Can you have a look please ?
Thanks
Hey tech500!
Please add following code to Quick CSS
.header-scrolled .logo img {
padding: 0;
}
.logo img {
padding: 20px 0px;
}
Regards,
Yigit