SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

Need to change Pagination Padding/Margin in vertically #562

Open jahangirkabir opened 3 years ago

jahangirkabir commented 3 years ago

Is it possible to change the pagination margin? I need to make it smaller Screenshot_2021-03-12_10-19-30

SeuZeRicardo commented 3 years ago

Only using deep selectors.

.your-custom-carousel-class {
  ::v-deep .VueCarousel-pagination {
    padding: 16px;
  }
}