This topic has 3 replies, 2 voices, and was last updated 11 hours, 13 minutes ago ago by scriptocademy
I want to display products equal height while using product carousel widget.
Hello, scriptocademy,
Thank you for reaching out to us.
We have reviewed the images you provided, and it appears that there is an issue with inconsistent heights in the product carousel. This can occur when product titles, descriptions, or other elements have varying lengths, causing the cards to misalign.
To resolve this issue, we recommend the following steps:
1. Enable Equal Height for Product Cards:
– Check if your theme or page builder has an option to enforce equal heights for product cards. This is often found in the carousel or grid settings.
2. CSS Adjustment:
– Add custom CSS to ensure all product cards have the same height. For example:
` etheme-product-grid-item {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}`
3.Limit Text Length:
– Shorten product titles or descriptions to maintain uniformity. You can use a character limit or truncate longer text.
4. Use Placeholder Space:
– Add placeholder space for shorter titles or descriptions to align with longer ones.
Please let us know if you need further assistance with implementing these changes.
Best Regards,
8Theme’s Team
You replied only for my one question I asked you 2 questions, please reply my second question as well, thank you!
You must be logged in to reply to this topic.Log in/Sign up