jquery - Slick Slider: How to set arrows inside and not outside? -


hi found slick slider easy use , decided use on website i've been working on: http://smallbuildersdev.esy.es/

you can see slider on bottom of page. have 1 problem. want arrows inside slider , not outside of (that means when content slides in, slides invisible hard edge). there way put arrows inside can occupy full width of page (so no hard edges when sliding visible)? here link slick slider: http://kenwheeler.github.io/slick/

if @ slick slider webpage left/right arrows outside slider.

i think can change css style.

.slick-prev {     left: 100px;     background: red; /*to notice it, white*/ } .slick-next {     right: 100px;     background: red; /*to notice it, white*/ } 

Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -