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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -