Hi!
Could you tell me please how can I center navigation slider arrows and positioning bellow the slider image?
Link via private.
Thanks!
Santiago
Hi Santiago,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-smallarrow-slider-heading {
position: absolute;
}
Best regards,
Nikko
Thanks Nikko
It doesn’t work
Regards
Santiago
Hi,
Try this CSS instead:
.avia-content-slider-element-container .avia-smallarrow-slider .avia-slideshow-arrows {
position: absolute;
width: 51px;
top: auto;
left: 43%;
height: 24px;
bottom: -350px;
}
Best regards,
Rikard
Thnaks Rikard, but it doesn’t work.
Hi,
It works great on my end when I apply the CSS in the browser: https://snipboard.io/8T4zXx.jpg. Try adding it again, then inspect the element in your browser to make sure it’s actually applying.
Best regards,
Rikard