Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1414465

    Hi there,

    I’m trying to move the navigation arrows outside of the image sliders if this is possible? Using Enfold Easy Slider.

    Thank you :)

    #1414620

    Hi lfs360,

    Yes, it’s possible, please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-slideshow {
        overflow: visible;
    }
    
    #top .avia-slideshow .avia-slideshow-arrows .prev-slide {
        transform: translateX(-100px);
    }
    
    #top .avia-slideshow .avia-slideshow-arrows .next-slide {
        transform: translateX(100px);
    }

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.