RM 2.1 featured resources slider

maszd

Well-known member
Hi,
i want to show 3 featured slider here but cant find a option on acp, its possible?

2019-06-15_161415.webp

thanks.
 
Check out the template: xfrm_overview_macros

Find the line:

Code:
<ul class="carousel-body carousel-body--show2" data-xf-init="carousel">

Add in this bit:

Code:
<ul class="carousel-body carousel-body--show2" data-xf-init="carousel" data-items="3">

See if that helps.
 
Sorry to hijack this thread! @Russ (or everyone else), do you know how it's possible to decrease the amount on mobile? In responsive view, i would like to show only 1 item at a time.
 
Top Bottom