Jump to content

Mouseover on product list not working when browser zoom is 75%


sarfaraz.r1406

Recommended Posts

Hi,

I observed a very weird issue.

The prestashop mouse over on product list (displaying of price and add to cart option) is not displaying when the browser zoom is 75%. It works fine when zoom is 60% or 90%.

 

Please provide a fix for the issue.

Refer the attachment for a better clue.

post-777241-0-79603100-1420458977_thumb.png

Link to comment
Share on other sites

Hi,
I tried adding this blockHover() function call in themes/default-bootstrap/js/global.js file
But still the issue persists. Can you please check it once again. Actually the call to this function is already there in the file.

 

$(window).resize(responsiveResize);
if (navigator.userAgent.match(/Android/i))
{
    var viewport = document.querySelector('meta[name="viewport"]');
    viewport.setAttribute('content', 'initial-scale=1.0,maximum-scale=1.0,user-scalable=0,width=device-width,height=device-height');
    window.scrollTo(0, 1);
}
blockHover();
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...