How do I align the logo in the top left hand corner to be centered when scrolled to the top of page?
If you look here, you can see the logo IS centered when scrolling down:
http://my.jetscreenshot.com/16750/20140606-bkol-13kb
If you look here, you can see the logo is NOT centered:
http://my.jetscreenshot.com/16750/20140606-okmm-37kb
Thank you,
Lin
Hey!
Try adding this code to the Quick CSS:
.logo img {
position: relative;
top: 12px;
}
.header-scrolled .logo img{
top: 0;
}
Cheers!
Josue
Worked! Thank you!
You are welcome, always glad to help :)
Regards,
Josue