Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created January 23, 2014 19:57
Show Gist options
  • Save shazdeh/8585694 to your computer and use it in GitHub Desktop.
Save shazdeh/8585694 to your computer and use it in GitHub Desktop.
Parallax: display header slider controller buttons at the bottom of header
#gallery-controller .slider .slides {
position: absolute;
bottom: 100px;
top: auto !important;
left: 50% !important;
overflow: hidden;
width: 100px !important;
margin-left: -50px !important;
}
#gallery-controller .caroufredsel_wrapper,
#gallery-controller .carousel-wrap {
position: static !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment