beerForo Well-known member Dec 13, 2024 #1 Any way to set Trending carousel display 3 tiles? Using it full size at the top with no sidebar and the two tiles are too wide, three would look better.
Any way to set Trending carousel display 3 tiles? Using it full size at the top with no sidebar and the two tiles are too wide, three would look better.
Solution Jeremy P Dec 13, 2024 Not a bug Post in thread 'Carousel body show 4 won't be displayed' Jul 30, 2024 That's never worked. You can set --xf-slidesPerPage instead though. Less: [data-widget-key="some_widget"] .carousel-body { @media (min-width: 700px) { --xf-slidesPerPage: 4; } }
Not a bug Post in thread 'Carousel body show 4 won't be displayed' Jul 30, 2024 That's never worked. You can set --xf-slidesPerPage instead though. Less: [data-widget-key="some_widget"] .carousel-body { @media (min-width: 700px) { --xf-slidesPerPage: 4; } }
Jeremy P XenForo developer Staff member Dec 13, 2024 #2 Not a bug Post in thread 'Carousel body show 4 won't be displayed' Jul 30, 2024 That's never worked. You can set --xf-slidesPerPage instead though. Less: [data-widget-key="some_widget"] .carousel-body { @media (min-width: 700px) { --xf-slidesPerPage: 4; } } Upvote 1 Downvote Solution
Not a bug Post in thread 'Carousel body show 4 won't be displayed' Jul 30, 2024 That's never worked. You can set --xf-slidesPerPage instead though. Less: [data-widget-key="some_widget"] .carousel-body { @media (min-width: 700px) { --xf-slidesPerPage: 4; } }