Center the navigation
-
This is just a note for anyone else who wants to center the navigation arrows and close button. Add the following in your style.css:
#swipebox-action #swipebox-prev { left:50%; margin-left: -75px; } #swipebox-action #swipebox-close { left:50%; margin-left: -25px; } #swipebox-action #swipebox-next { left:50%; margin-left: 25px; }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Center the navigation’ is closed to new replies.