Tagged: horizontal gallery
How can I place horizontal gallery arrows under the gallery?
I tried css but it didn’t work.
Hey takacs_tamas,
Thanks for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top #main .av-horizontal-gallery .avia-slideshow-controls a {
opacity: 1;
}
#top #main .av-horizontal-gallery {
overflow: visible;
}
#top #main .avia-slideshow-arrows a {
top:unset;
bottom: -20%;
margin: -30px 45% 0;
}
this places them under the slider and near the middle
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Ahoy Mike,
all fine!
Thank’s a lot!
Best regards,
Tamas
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike