Hey,
My logo is 300 x 45 and by default its not centered vertically
http://nasledstvo.biz.ua/
if I use margin-top: 20px; or padding it goes wrong when shrinked.
I even tried adding blank canvas to make it 156px as default, but then once again, it shrinks badly.
I would like to keep the default header size if possible
Thanks
Hi axelfx07!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
strong.logo {
top: 20px;
}
.header-scrolled strong.logo {
top: 0;
}
Cheers!
Ismael
Hi!
I used the code and it fixed the static view, but as soon as I start scrolling this happens
Hi!
Seems to be rendering correct on my end now:
Regards,
Devin