Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1159077

    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

    #1159285

    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

    #1159307

    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

    #1160367

    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

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