Skip to content

Instantly share code, notes, and snippets.

@cre8tivediva
Last active August 5, 2016 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cre8tivediva/c5ff4b05bc5768fbfabe2d780f99d2df to your computer and use it in GitHub Desktop.
Save cre8tivediva/c5ff4b05bc5768fbfabe2d780f99d2df to your computer and use it in GitHub Desktop.
Float Soliloquy Lite Pager Buttons Right
/* # Additional CSS for SRS
---------------------------------------------------------------------------------------------------- */
.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
display: none !important;
}
.soliloquy-container .soliloquy-pager {
text-align: right !important;
}
/* # Vertical Pagination Buttons on the far right of the slider
---------------------------------------------------------------------------------------------------- */
.soliloquy-container .soliloquy-pager-link {
height: 20px !important;
}
.soliloquy-pager-link > span {
display: none;
}
.soliloquy-container .soliloquy-pager {
bottom: 50% !important;
display: table;
height: 14px;
margin: 0 auto;
position: absolute;
right: 10px;
text-align: center;
width: 1% !important;
}
.soliloquy-container, .soliloquy-container * {
line-height: 2px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment