Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10044848
    wardsdesign
    Participant

    Is there a way to just have three items displayed in the carousel on this page?

    I tried adding margins or padding, but the images got smaller, and I would like them to be this size.

    Thanks



    Template Version: 10.2
    #10044853
    Support
    Keymaster

    Hi, set the carousel with this code:

    <div class="owl-carousel owl-theme stage-margin nav-style-1" data-plugin-options="{'responsive': {'0': {'items': 1}, '479': {'items': 1}, '768': {'items': 2}, '979': {'items': 3}, '1199': {'items': 3}}, 'margin': 20, 'loop': false, 'nav': true, 'dots': false, 'stagePadding': 40}">

    So you can control how many items for each resolution. (Better for mobile).


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.