Carla_Cocoa Posted January 30 Posted January 30 URL: https://www.reveri.com/new-hero-test-1 I need to display all the carousel options in mobile, is it posible to display them in 2 rows? that means I would show the 8 options (mobile only ) Thanks
tuanphan Posted February 4 Posted February 4 You can use this code to Website > Website Tools (under Not Linked) > Custom CSS > Then save & reload the site @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="65b3120ec6ffc364ee3b092c"] ul { grid-template-columns: repeat(2,1fr) !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment