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

    My client would like the avia-slideshow-arrows / avia-slideshow-controls div to be a fixed distance from the top of the slideshow.

    Right now when you move through the images, the arrows adjust to the center of the image. I’d like to set the arrows to be a fixed distance from the top of the div, so they don’t change position when the image changes.

    http://www.ksha.com/projects/oracle-headquarters/

    #238974

    If I change ‘#top .avia-slideshow-arrows a’ position to fixed it sort of achieves this, but the right arrows jumps to the far right of the page. How can I better control this?

    #239088

    Hi!

    Please try adding following code to Quick CSS and adjust as needed

    #top .avia-slideshow-arrows a { top: 200px!important; }

    Cheers!
    Yigit

    #239109

    That did it! Thanks so much Yigit.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Set Slideshow Arrows to Fixed Position’ is closed to new replies.