Created
July 9, 2024 17:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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