Skip to content

Instantly share code, notes, and snippets.

@abdulawal39
Created July 9, 2024 17:26
Show Gist options
  • Save abdulawal39/e018ee6e15ced00c75ef431a6343ac31 to your computer and use it in GitHub Desktop.
Save abdulawal39/e018ee6e15ced00c75ef431a6343ac31 to your computer and use it in GitHub Desktop.
Change the position and roration of previous and next icons for TNC FlipBook
.pvfw_page_prev img, .pvfw_page_next img{
transform: rotate(90deg);
}
.pvfw_page_next {
z-index: 100;
bottom: 0;
top: inherit;
left: 45%;
right: inherit;
}
.pvfw_page_prev {
z-index: 100;
top: 40px;
bottom: inherit;
left: 45%;
right: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment