Hi,
Can I have the button aligned horizontally on mobile and not vertically? On the desktop, they are horizontally aligned
Thanks,
Mohammad
Hey noyaholidays,
Add this to quick css:
@media only screen and (max-width: 600px) {
.avia-multi-slideshow-button.avia-slideshow-button{
margin-left:10px!important;
}}
Best regards,
Jordan Shannon