Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #450837

    can we get the logo to resize for tablet/laptop devices?

    #450958

    Hi,

    Open js/avia.js and look for line 1515:

    isMobile        = $.avia_utilities.isMobile,
    

    Replace it by this:

    isMobile        = false,
    

    Regards,
    Josue

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