This topic has 6 replies, 3 voices, and was last updated 1 months ago ago by Jack Richardson
Hello, I hope you’re doing well.
Why is the category filter name not fully displayed?
Hello, MAHDAR,
Thank you for reaching out to us. Regarding your inquiry about the category filter name not being fully displayed, please provide us with the URL of page from your screenshot.
Best Regards,
8Theme’s Team
Thank you for your guidance
Hello, MAHDAR,
Custom CSS code can be used:
.etheme-dynamic-categories-wrapper .etheme-category-grid-title a {
overflow: unset !important;
height: unset;
}
.etheme-dynamic-categories-wrapper .swiper-slide {
width: auto !important;
}
Best Regards,
8Theme’s Team
Hello, I hope you’re doing well.
There’s an issue where the category doesn’t scroll to the end and gets stuck.
Dear @MAHDAR,
We hope this message finds you well.
The issue you encountered was due to the width: auto
setting applied to the .swiper-slide
selector within the Spotlight Categories widget. The Swiper slider script automatically calculates the slide width, which caused a conflict with the custom CSS that had been added.
To resolve this, we have modified the CSS for the widget as shown in the following screenshot: https://prnt.sc/uIKfGVjl-pJI.
Additionally, if you would like the category titles to display fully, you can try using the following custom CSS:
selector .etheme-dynamic-categories-wrapper .etheme-category-grid-title a {
height: auto;
}
Please replace the current CSS with this one for testing purposes.
Kindly check the changes now and let us know if everything is working as expected.
Best regards,
Jack Richardson
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up