Skip to content

Carousel - how to move the arrows and dot indicators closer to border/edge #15146

Discussion options

You must be logged in to vote

add negative margins

.q-carousel__prev-arrow{
  margin-left: -15px;
}
.q-carousel__next-arrow{
  margin-right: -15px;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@buffalus
Comment options

Answer selected by buffalus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants