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

    When page is scrolling , logo is reducing ( Responsive), but the header widget image is not responsive and show above on Main Menu,

    I want to reduce that header widget image when page is scrolled

    #734583

    Hey muskowl16,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #734629

    http://www.pacificdentalcollege.com

    • This reply was modified 7 years, 10 months ago by muskowl16.
    #736179

    Hi,

    This is a normal behaviour because the widget is not a native part of the theme. You will need to configure the js > avia.js > avia_header_size function if you want the widget image to resize on scroll. Look for this line:

    logo = $('#header_main .container .logo img, #header_main .container .logo a'),
    

    .. replace it with:

    logo = $('#header_main .container .logo img, #header_main .container .logo a, #header_main .praveen-header'),
    

    Best regards,
    Ismael

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