Category image size adjustment for responsive displays

Hello team,

Are there any ways or snippets to define size of the Listing Category images for responsive displays?

Currently these images are appearing too big on smartphone displays and I want to adjust them.

Please try this CSS snippet but please note that it can require further customization

@media screen and (max-width: 47.99em){
	.hp-listing-categories .hp-listing-category__image img{
	    height: 300px;
    }
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.