Jump to content

Product containers are touch sensitive and move on mobile phone. How do I stop this please?


Recommended Posts

Hi everyone, I require someone's expertise please...

My website URL is https://www.gr8-kitchenware.co.uk & I use prestashop 1.7.5 + theme PRSADD040

When mobile users access my site and scroll through my products, the product containers respond to touch and change colour/move upwards when scrolled past and touched.

This makes my website a little messy and harder to navigate and I would like them to be completely fixed in place.

I have attached screenshots to demonstrate what happens.

If someone is able to advise me on how I could change this I would be extremely grateful.

Thank you so much.

image0 (7).png

image1 (4).png

image2 (2).png

Link to comment
Share on other sites

  • 2 months later...

Hi @Layton

Add these css rules to the end of your theme.css. This will fix both the upward move and the image's border color change.

 

@media (max-width: 480px) {
    .products .product_list li:hover .product-title a {
        height: 62px;
    }
    li:hover .thumbnail-container,
    .products .product_list li:hover .product-thumbnail {
        border-color: #eeeeee;
    }
}


Cheers, Leo

  • Like 2
Link to comment
Share on other sites

  • 5 months 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...