Tagged: logo
Hard to put this into words, but please go to my development site.
http://drewnelsonphotography.com/bistrobranding/
Notice how I have the logo hanging a bit so the g overlaps the slideshow? It looks fine there, but when I scroll down and the sticky nav shrinks it doesn’t look as good. Where can I find the CSS that resizes that logo smaller, or has the CSS which tells it to appear that way?
Hi noslenwerd!
Please add following code to Quick CSS
.header-scrolled .logo {
top: 10px;
}
Best regards,
Yigit
Perfect.. I added to the custom.css and it did the trick.
Thanks so much Yigit!