@holygrails_in Please follow below steps to prevent from horizontal scrolling for featured collection grid on viewport of with below 960px. Let me know whether it is helpful for you.
- Find the class name “.featured-collection-grid__products” in custom.css file and paste below code within the class as shown in the below screenshot.
transform: none !important;
- Save file.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
