How to disallow horizontal scroll for featured collection grid content on home page for tab & mobile

@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.

  1. 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;

  1. Save file.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.