Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to change Pagination Padding/Margin in vertically #562

Open
jahangirkabir opened this issue Mar 12, 2021 · 1 comment
Open

Need to change Pagination Padding/Margin in vertically #562

jahangirkabir opened this issue Mar 12, 2021 · 1 comment

Comments

@jahangirkabir
Copy link

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

@SeuZeRicardo
Copy link

Only using deep selectors.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants