Menu

Featured

/* Example CSS to target the archive items grid */ .row.lsx-to-archive-items { display: grid; grid-template-columns: repeat(3, 1fr); /* Display 3 items per row */ gap: 20px; /* Add some spacing between items */ } /* Example CSS to target the maximum image height within archive items */ .lsx-to-archive-template-image-max-height img { max-height: 200px; /* Adjust the value as needed */ width: auto; /* Maintain the aspect ratio */ }