Tagged: full screen slider
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
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
Thanks Andy, Worked perfectly.
Cheers,
Sean