Hi, I don’t want the gallery arrows sitting on top of images. How do I make the image container slightly smaller in width so the arrows are to the right/left of the images? I will share link privately.
Hey Celeranttechnologycorp,
Thank you for your patience and the link to your site, to have the slideshow arrows to the side of the slider try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av-horizontal-gallery {
overflow: visible;
}
#top .av-horizontal-gallery .av-horizontal-gallery-inner{
overflow: hidden;
}
#top .av-horizontal-gallery .avia-slideshow-arrows .prev-slide {
transform: translateX(-100px);
}
#top .av-horizontal-gallery .avia-slideshow-arrows .next-slide {
transform: translateX(100px);
}
Please see the screenshot in the Private Content area of the expected results
Best regards,
Mike