This topic has 4 replies, 2 voices, and was last updated 5 months, 1 weeks ago ago by Luca Rossi
I hope this email finds you well.
We are experiencing inconsistencies in our product display on both desktop and mobile due to varying category name lengths. This affects the alignment and presentation of the product listings.
Attached is a screenshot for reference. We would appreciate your assistance in standardizing the display format to ensure a uniform appearance across all devices.
Thank you for your prompt attention to this matter.
Dear @Alpha111,
We hope this message finds you well. We would like to mention that our team has previously assisted you with similar issues as the one you are currently facing.
Could you kindly provide detailed explanations along with the screenshots related to your current issue? This will help us understand your requirements better and provide you with the most effective support.
Thank you for your cooperation.
Best Regards,
8Theme’s Team
As listed on the screenshot when the product category title id too long it becomes inconsistent
Hi @Alpha111,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
@media (max-width: 420px){
.etheme-product-grid-item .etheme-product-grid-categories {
min-height: 30px;
}
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up