Hi Support
I have created a content slider in my website, The only problem is the arrows which are on top i want these arrows to be on left and right side of the slider. how can i do that
Thanks
Hey kensingtoncyprus,
Please have a look at the following thread:
https://kriesi.at/support/topic/content-slider-arrow-positions/
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
Thanks for your fast reply. I implemented the code but now i can see only one arrow at left hand side and there is no arrow in right hand side. And the arrows are not responsive .
Can you please help me in this situation
Thanks
Hi,
Please use the code as following
@media only screen and (min-width: 1024px){
.avia-slideshow-arrows.avia-slideshow-controls {
width: 113%!important;
position:absolute!important;
top: 200px!important;
transform: translateY(-50%)!important;
width: 100%;
z-index:999;
margin-left: -80px;
}
.avia-slideshow-arrows.avia-slideshow-controls .next-slide {
right: 0!important;
}}
Best regards,
Yigit