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
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
http://www.pacificdentalcollege.com
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