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

    Hi,

    When I begin to scroll down my page. my logo automatically re-sizes and appears to small. How can I have a fixed logo that stays the same size even with scrolling?

    Thanks in advance!

    #218595

    Hey kbrimberry!

    Edit js > avia.js, find this code:

    // decreases header size when user scrolls down
            avia_header_size();

    Replace it with this:

    // decreases header size when user scrolls down
            //avia_header_size();

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #219069

    Ismael,

    Replace it with the same code?

    #219079

    Hi!

    No, second code has // which comments out/disables the code.

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘fixed logo changing size’ is closed to new replies.