Images on listing category are displaying different sizes

I can not get the images to display the same size. All the images are the same size though.

Hi,

If the image size is the same, please try using the same “description lengths” because category images are adjusting to the description length.

Alternatively, you can use this CSS code snippet to “wrap” descriptions.

.hp-listing-categories .hp-listing-category__description{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
1 Like

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