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

    Image caption buttons on full screen slider won’t line up on mobile devices, slight offset on second button.

    Issue not isolated to Android or iOS, have tested on iPhone 4, 4s, 5, 5s, 6 & 6plus, Samsung Note 3, 4, LG G3, Sony Experia

    #501782

    Hey dashofred!

    use this to control it:

    @media only screen and (max-width: 568px) {
    .avia-multi-slideshow-button.avia-slideshow-button-2 {
    margin-left: 0px;
    }}
    

    Best regards,
    Andy

    #501907

    Thanks Andy, Worked perfectly.

    Cheers,
    Sean

    #502003

    Hey,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full screen slider buttons not lining up on mobile devices’ is closed to new replies.