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