Jump to content

Need help with images on the product featured module.


MrWade

Recommended Posts

Yes,
I am having issues with images and grid. As you can see on the image that either the images isn't fully and/or the boxes is longer/shorter than the others. This is on the desktop. I am using the classic version 8.2.3

Thank You!

Screenshot 2025-10-31 at 13-05-13 Galaxy Home Decor & Gifts.png

Link to comment
Share on other sites

Hi,

Try commenting out the problematic CSS in both files and then clearing the cache:

In both themes/classic/assets/css/custom.css and themes/classic/assets/css/theme.css, find this rule:

.product-miniature .thumbnail-container .product-thumbnail img {
    height: auto;
}


And comment it out.

Then clear PrestaShop cache (Advanced Parameters > Performance > Clear Cache) and browser cache as well. (Ctrl+F5)

This will resolve the height discrepancy.

Regards.

Link to comment
Share on other sites

6 hours ago, Knowband Plugins said:

Hi,

Try commenting out the problematic CSS in both files and then clearing the cache:

In both themes/classic/assets/css/custom.css and themes/classic/assets/css/theme.css, find this rule:

.product-miniature .thumbnail-container .product-thumbnail img {
    height: auto;
}


And comment it out.

Then clear PrestaShop cache (Advanced Parameters > Performance > Clear Cache) and browser cache as well. (Ctrl+F5)

This will resolve the height discrepancy.

Regards.

Ok, that fixed the problem. Here is the issue. Its if you look on the mobile its making the product listing small.

Link to comment
Share on other sites

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...