Skip to content

Nav Arrows in between month name #1505

Answered by gpbl
MariuzM asked this question in Support
Discussion options

You must be logged in to vote

@MariuzM use CSS to change the position of the navigation buttons:

https://codesandbox.io/s/react-daypicker-navigation-buttons-xkzgvl?file=/src/styles.css

.rdp-caption {
  display: flex;
  position: relative;
  justify-content: center;
}

.rdp-nav {
  white-space: nowrap;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MariuzM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants