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

    Hi all,

    I’m trying to reposition the button on our 1st slide only.

    I’ve added the following code, but as you can imagine, it’s applying it to all the button on all slides.

    Is there a way to add it so it just applies to the 1st slide?

     .slideshow_align_caption .avia-button {
      top: -20px;
      left:46%;
    }

    Thanks!

    #1028606

    Hey Drebosio,

    Use this css instead:

     .slide-1 .slideshow_align_caption .avia-button {
      top: -20px;
      left:46%;
    }

    Best regards,
    Jordan Shannon

    #1028638

    Hey Jordan,

    Works perfectly! Didn’t realize the class were called “slide-#” =P

    Can mark this as resolved/close this :)

    #1028764

    Hi Drebosio,

    Great, glad we could help :-)

    I’ll close the thread for you, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Button Position in slider for 1st slide only’ is closed to new replies.