How can I do to make the same logo reduce animation on scrolled header.
look at http://www.andescross.com/web/
when SCROLL DOWN, the mail logo reduce “step by step” this animation… but the widget image disapear dont reduce
how can I do to make the same EFFECT to image widget
thanks
Hey carmycurly,
Our shrinking header does the same thing. Have you tried it? And the image just hides.
Let us know if you have any more questions.
Best regards,
Victoria
I have tried. I put a shrinking header. But if you scroll down…slowly .. the image (circle at the right) dont reduce well like the logo
http://www.andescross.com/web/
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .widget {
height: 78%;
}
#header .widget * {
height: 100%;
}
#header .widget .textwidget {
width: 117px;
}
#header .widget img {
width: auto;
}
Hope this helps :)
Best regards,
Nikko