hi,
my site is https://vazluxe.com
I wanted to add 3 slider dots on my caroseul, also if possible to have the first image/2nd show more on mobile like this pic below
A user seeks to add slider navigation dots to their carousel on mobile and adjust image display to show portions of adjacent slides (first/second images visible simultaneously).
Proposed Solution:
base.css in the Assets folderCSS Changes:
Status: Solution provided but not yet confirmed as tested or working. The second request (showing adjacent images) remains unaddressed.
hi,
my site is https://vazluxe.com
I wanted to add 3 slider dots on my caroseul, also if possible to have the first image/2nd show more on mobile like this pic below
Hi there @Luxurymrkt You should try out these following steps and see if they work for you
.slideshow__controls.slider-buttons.no-js-hidden.slideshow__controls--border-radius-mobile {
position: absolute;
z-index: 12222;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.slideshow__controls .dot {
border: #fff 1px solid;
}
.slider-counter__link.slider-counter__link--active .dot {
background: #fff;
}
.slideshow__controls .slider-button {
display: none;
}