Created
April 25, 2017 17:33
-
-
Save EastSideCode/6cc785dd94069fee70960c4c62fbd622 to your computer and use it in GitHub Desktop.
Expand arrows on NextGen Gallery with fancybox to edge of browser window
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
| #fancybox-left, #fancybox-right {position: fixed !important; visibility: visible !important;} | |
| #fancybox-right span { left: auto; right: 20px; } | |
| #fancybox-left span { left: 20px; } | |
| #fancybox-close {position: fixed !important; top: 20px !important; right: 20px !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment