Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Try to add the code below to your custom css option.

    jQuery(document).scroll(function() {
                var y = jQuery( 'body' ).scrollTop();
                if (y > 100) { 
                    jQuery('.mob-standard-logo').css('height', '30px');
                } else {
                    jQuery('.mob-standard-logo').css('height', '60px');
                }
            });
    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.
    Let me know if you need further help with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize Logo On Scroll’ is closed to new replies.