Closed vito80ba closed 9 years ago
Hi @vito80ba!
The reason the expand
option makes the slider smaller is actually because of the back & next arrows. For example, if you are using the metallic theme, the outer wrapper adds padding to allow the arrows to overhang outside of the slider, making the slider panels smaller:
/* Overall Wrapper */
.anythingSlider-metallic {
margin: 0 auto;
/* 23px right & left padding for the navigation arrows */
padding: 0 23px;
}
Just remove that padding and the slider will fill the entire width of it's container. You don't really need the expand
option unless you want to make the slider responsive.
Hi, I've a simple slider in a div with a width 600px. If I set the "expand" option "true" I obtain a slider with a 510px width. How obtain a fitting-perfect slider?
I try also to hide the back-next arrows.
Vito