Reply To: question on Epik header shrink effect

Homepage Community Forums General question on Epik header shrink effect Reply To: question on Epik header shrink effect

#21783
Wes
Moderator

    Look for this code around line 1608 in your style.css –

    .header-image .shrink .site-title > a {
    	height: 90px;
    }

    If you remove that code/height, then the image will revert back to its original size on scroll.

    You can adjust the height if you want it to shrink a little, or you can remove the entire code to keep it at full size.

    Let me know if that helps.