Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #282354

    How can I increase the size and spacing of dots and arrows of the Content Slider?

    Thanks

    #282382

    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

    #282711

    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

    #282862

    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

    #283407

    Thanks for your quick response!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increase size and spacing of dots and arrows of the Content Slider.’ is closed to new replies.