Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1108849

    Hi,

    Can I have the button aligned horizontally on mobile and not vertically? On the desktop, they are horizontally aligned

    Thanks,
    Mohammad

    #1108953

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.