Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27765
    #135281

    Hey,

    Please edit js > avia.js, find this code:

    if(st < el_height/2)
    {
    newH = el_height - st;
    header.removeClass('header-scrolled');
    }
    else
    {
    newH = el_height/2;
    header.addClass('header-scrolled');
    }

    Replace it with:

    if(st < el_height/1.5)
    {
    newH = el_height - st;
    header.removeClass('header-scrolled');
    }
    else
    {
    newH = el_height/1.5;
    header.addClass('header-scrolled');
    }

    Please don’t forget to remove browser cache then reload the page a few times.

    Regards,

    Ismael

    #135282

    Hi Ismael,

    Thanks so much!

    The code worked perfectly.

    All the best,

    Michael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold: Logo resize’ is closed to new replies.