Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #766308

    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

    #767028

    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

    #769040

    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/

    #769191

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.