Hello,
Is there a way I can reduce the height of the images on my products page? I would like them to be smaller. I tried adjusting the style.css with the following code, but that did not seem to make any change.
I think the images look too large and are a bit difficult to view comfortably.
.article.portfolio-item img {
max-height: 200px; /* Adjust the value to your desired maximum height /
/ Add any other styles you need */
}
2nd question:
How can I get the filter/sorter at the top of all the products to work? I think I have categorized the individual products correctly, but when I select "Suits" or "Tuxedos" it does not filter my products at all within those categories.
Thank you in advance for your assistance.
