Solved
Product grid high speed doors
Where can i find the product grid for high speed doors in AEM? I want to make some adjustments.
Where can i find the product grid for high speed doors in AEM? I want to make some adjustments.
To adjust the product grid maybe you'll need to modify the responsive grid system. Here's how to approach it:
.aem-GridColumn:not(.container) {
padding: 0 8px; /* Default gutter */
}
@590883 (min-width: 768px) {
.aem-GridColumn:not(.container) {
padding: 0 16px; /* Larger gutter for desktop */
}
}This should ensure consistent spacing across components
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.