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

    Hi, would it be possible to move the arrows, which are on the upper right side of the slides, to the bottom center?
    Thanks a lot.

    #1363442

    Hey neon2020,

    Thank you for the inquiry.

    You can add this css code to move the slide arrow at the bottom of the slider and align it to the center.

    #top .avia-smallarrow-slider .avia-slideshow-arrows {
        position: absolute;
        width: 51px;
        top: 100%;
        left: 50%;
        height: 24px;
        transform: translateX(-50%);
        right: auto;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    #1363543

    Thank you very much. It works.

    #1363596

    Hi,

    No problem! Please feel free to open another thread if you encounter any issues or if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Content slider: position of the arrows’ is closed to new replies.