Skip to content

Instantly share code, notes, and snippets.

@Brandonsmith23
Created January 8, 2018 16:49
Show Gist options
  • Save Brandonsmith23/0d63af872e3d7e8cfac000c6cf33d3ca to your computer and use it in GitHub Desktop.
Save Brandonsmith23/0d63af872e3d7e8cfac000c6cf33d3ca to your computer and use it in GitHub Desktop.
+/* Moving the arrows on the slider */
+.fl-post-carousel-navigation .carousel-next .fl-post-carousel-svg-container {
+ left: 50px;
+}
+.fl-post-carousel-navigation .carousel-prev .fl-post-carousel-svg-container {
+ right: 50px;
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment