How to display Carousel post format on mobile device?

Dear all,

i have problems with responsiveness on mobile. I have built a Wordpress theme.

Question: On Desktop i have 3 posts(Smart post) with 3 columns but i just want show on mobile 1 column(user can click arrow to next post like carousel).

Thanks for your support.
Best regards,

Hello & welcome :slight_smile:

As far as web design is concerned, what you want to create is (to my knowledge) not a behavior included in the default Bootstrap carousel component but there are solutions that require you to intervene in the code such as those you can find here: jquery - Bootstrap carousel multiple frames at once - Stack Overflow

Demo here: Codeply v2

1 Like

Thanks for your support