Tagged: arrows, content slider, dots
How can I increase the size and spacing of dots and arrows of the Content Slider?
Thanks
Hi chapdes!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .avia-smallarrow-slider .avia-slideshow-arrows a { margin-left: -20px; }
a.goto-slide {
margin-left: 20px;
}
Regards,
Yigit
Thanks Yigit, that really increases the space, but I also would like to know how to increase the size ot the dots.
Kind Regards,
Chapdes
Hey!
Thank you for the update.
You can use this to modify the dots:
.avia-slideshow-dots a {
height: 18px;
width: 18px;
border-radius: 18px;
text-indent: 100px;
overflow: hidden;
margin: 0 1px;
padding: 7px;
position: relative;
}
Best regards,
Ismael
Thanks for your quick response!