how add spaces between owl carousel item

后端 未结 8 1052
醉酒成梦
醉酒成梦 2021-02-14 16:15

How can i add space between owl item. add margin or padding between items. this is need to be responsive.can i add some gutter in to the jquery.

8条回答
  •  余生分开走
    2021-02-14 16:24

    create a class for margin/padding and use it as per your requirement.

    .margin_10 { margin:10px }
    
    
    
    
    
    
    
    

提交回复
热议问题